Skip to content

Commit 183dee6

Browse files
committed
MPAE-18199 more readme improvements from MCU8_TEJ-1477
1 parent ca0e6db commit 183dee6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
# MCC Melody ADC Basic Printf Example - Callbacks Implementation (PIC18F57Q43)
1010

1111
The [ADC Basic Printf example](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES.RUNNING.ADCC.PRINTF&version=latest&redirect=true "Analog-to-Digital Conversion (ADC) Basic Printf example, of the MPLAB® Code Configurator (MCC) ADC Converter with Computation (ADCC) Example"
12-
), of the MCC Melody ADCC Example Component, is used in the Callbacks implementation. ADC measurements are taken every 500 ms, using a Timer overflow callback. The LED is toggled and the result is sent to the PC terminal.
12+
), of the MCC Melody ADCC Example Component, is used in the Callbacks implementation. Analog-to-Digital Conversion (ADC) measurements are taken every 500 ms, using a Timer overflow callback. The LED is toggled and the result is sent to the PC terminal.
1313

1414
## MCC Melody Example Components
1515
Example Components are a tight integration of learning material directly into MCC. This allows users to conveniently place configuration instructions side-by-side to the components they are configuring. For more information, refer to the [MCC Melody Example Components Introduction](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES&version=latest&redirect=true).
1616

17-
**Note:** The image below shows the ADCC Example Component, as it would be moving to the Callbacks implementation, having implemented the Polled Implementation. In this case, a diff between the two implementations is shown.
17+
**Note:** The image below shows the ADCC Example Component, as it would be moving to the Callbacks implementation, having implemented the Polled implementation. In this case, a diff between the two implementations is shown.
1818

1919
![MCC Melody Example Components](images/ADCCExample_BasicPrintf_CallbacksFromPolled-Intro_12cm.png)
2020

@@ -31,7 +31,7 @@ Example Components are related to [MCC Melody Design Patterns for Control Flow](
3131
- MPLAB® X IDE 6.20.0 or newer [(MPLAB® X IDE 6.20)](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide)
3232
- MPLAB® XC8 2.46.0 or newer [(MPLAB® XC8 2.46)](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8)
3333

34-
- MCC Plug-in Version 5.5.1 or newer (Tools > Plugins > Installed, search: "MCC")
34+
- MCC Plugin Version 5.5.1 or newer (Tools > Plugins > Installed, search: "MCC")
3535
- ADCC Example Component 1.0.0 or newer
3636
- MCC Core 5.7.1 or newer
3737
- MCC Melody Core 2.7.1 or newer (Communicates with the MCC core, providing views and other functionality for MCC Melody)
@@ -59,9 +59,9 @@ Once the program is loaded in MPLAB X IDE, find more information from Tooltips a
5959
The image below shows the [ADCC Basic Printf example](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES.RUNNING.ADCC.PRINTF&version=latest&redirect=true
6060
) running, using the MPLAB Data Visualizer.
6161

62-
1) Click the ![Data Visualizer icon](images/Icon-MPLAB-DataVisualizer_1cm.png) to open the MPLAB Data Visualizer.
62+
1) Click the ![Data Visualizer icon](images/Icon-MPLAB-DataVisualizer_1cm.png) icon to open the MPLAB Data Visualizer.
6363
2) Under Debug GPIO, click the ![Add to time plot icon](images/Icon-DataVisualizer_TimePlot.png "Display as raw data on time plot.") icon, to add to the time plot.
64-
3) Under the COMx port, associated with your board, click the ![Settings Gear](images/Icon-DataVisualizer-SettingsGear.png "sourse options") to set the Baud Rate to 115200.
64+
3) Under the COMx port, associated with your board, click the ![Settings Gear](images/Icon-DataVisualizer-SettingsGear.png "sourse options") icon to set the Baud Rate to 115200.
6565
4) Then click the ![Display as text in the terminal icon](images/Icon-DataVisualizer_TimePlot.png "Display as raw data on time plot.") icon to display text from the COMx port on the terminal.
6666

6767
**Note:** If your board is not recognised by the MPLAB Data Visualizer, go to the Device Manager (Windows) to determine the COMx number.

0 commit comments

Comments
 (0)