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
"shortDescription": "The ADCC Basic Printf Example, of the MCC Melody ADCC Example Component, used in the Callbacks Implementation. ADC Conversions are taken every 500 ms, using a Timer overflow callback. The LED is toggled and the result is sent to the PC terminal.",
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"
), of the MCC Melody ADCC Example Component, is used in the Callbacks implementation. Analog-to-Digital (A/D) conversions 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
+
## Video Building This Example
15
+
16
+
[](https://youtu.be/1MbeGngNu04?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
17
+
18
+
**Video:**[Introducing MCC Melody Example Components](https://youtu.be/zK5jLiIIYvE?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
19
+
(while building the Polled version of the Timer Toggle LED example).
20
+
14
21
## MCC Melody Example Components
15
22
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
23
@@ -31,8 +38,8 @@ Example Components are related to [MCC Melody Design Patterns for Control Flow](
31
38
- 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
39
- 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
40
34
-
- MCC Plugin Version 5.5.1 or newer (*Tools>Plugins>Installed*, search: "MCC")
35
-
- ADCC Example Component 1.0.0 or newer
41
+
-MPLAB® Code Configurator (MCC) Plugin Version 5.5.1 or newer (*Tools>Plugins>Installed*, search: "MCC")
42
+
-ADC Converter with Computation (ADCC) Example Component 1.0.0 or newer
36
43
- MCC Core 5.7.1 or newer
37
44
- MCC Melody Core 2.7.1 or newer (Communicates with the MCC core, providing views and other functionality for MCC Melody)
0 commit comments