You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
13
13
14
14
## MCC Melody Example Components
15
15
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).
16
16
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.
18
18
19
19

20
20
@@ -31,7 +31,7 @@ Example Components are related to [MCC Melody Design Patterns for Control Flow](
31
31
- 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)
32
32
- MPLAB® XC8 2.46.0 or newer [(MPLAB® XC8 2.46)](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8)
33
33
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")
35
35
- ADCC Example Component 1.0.0 or newer
36
36
- MCC Core 5.7.1 or newer
37
37
- 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
59
59
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
60
60
) running, using the MPLAB Data Visualizer.
61
61
62
-
1) Click the  to open the MPLAB Data Visualizer.
62
+
1) Click the icon to open the MPLAB Data Visualizer.
63
63
2) Under Debug GPIO, click the  icon, to add to the time plot.
64
-
3) Under the COMx port, associated with your board, click the  to set the Baud Rate to 115200.
64
+
3) Under the COMx port, associated with your board, click the icon to set the Baud Rate to 115200.
65
65
4) Then click the  icon to display text from the COMx port on the terminal.
66
66
67
67
**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