Skip to content

Commit c47f948

Browse files
committed
MPAE-15455 update MCC config and generate the code with the latest libraries versions
1 parent 28d73f9 commit c47f948

File tree

19 files changed

+269
-277
lines changed

19 files changed

+269
-277
lines changed

Q71_diff_reading.X/Q71_diff_reading.mc3

Lines changed: 38 additions & 38 deletions
Large diffs are not rendered by default.

Q71_diff_reading.X/main.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
/*
14-
© [2022] Microchip Technology Inc. and its subsidiaries.
14+
© [2023] Microchip Technology Inc. and its subsidiaries.
1515
1616
Subject to your compliance with these terms, you may use Microchip
1717
software and any derivatives exclusively with Microchip products.
@@ -31,7 +31,7 @@
3131
THIS SOFTWARE.
3232
*/
3333
#include "mcc_generated_files/system/system.h"
34-
//#include <util.delay.h>
34+
3535
/*
3636
Main application
3737
*/
@@ -68,7 +68,6 @@ int main(void)
6868
ADC_StartConversion();
6969
while(!ADC_IsConversionDone());
7070
result = ADC_GetConversionResult();
71-
//printf("%d \n\r", result);
7271
Send_DataVisualizer_Data(0x03);
7372
Send_DataVisualizer_Data(result & 0x00FF);
7473
Send_DataVisualizer_Data(result >> 8);

0 commit comments

Comments
 (0)