Skip to content

Commit 167c768

Browse files
MPAE-12074 can't figure out the push authentication error
1 parent 55dfaae commit 167c768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- Please do not change this logo with link -->
22
[![MCHP](images/microchip.png)](https://www.microchip.com)
33

4-
# Hello World
4+
# Analog Read Serial Write
55

6-
This example shows how to configure the ADCC, and USART on the PIC18F57Q43 Curiosity Nano using MPLAB Code Configurator (MCC) to do an analog conversion and display it on a terminal. The example uses the ADCC module to do the analog conversion and the USART to transmit the data to the terminal.
6+
This example shows how to configure the ADCC, and UART on the PIC18F57Q43 Curiosity Nano using MPLAB Code Configurator (MCC) to do an analog conversion and display it on a terminal. The example uses the ADCC module to do the analog conversion and the UART to transmit the data to the terminal.
77

88
![PIC18F57Q43 Illustration image](images/pic18f57q43_cnano.jpg)
99

@@ -150,4 +150,4 @@ After having flashed the application to the PIC18F57Q43 Curiosity Nano, the ADC
150150

151151
## Summary
152152

153-
The example has shown how MCC can be used to easily configure the ADC to sample an analog signal from a pin and send it over USART to the Data Visualizer.
153+
The example has shown how MCC can be used to easily configure the ADC to sample an analog signal from a pin and send it over UART to the Data Visualizer.

0 commit comments

Comments
 (0)