Skip to content

Commit ceccc16

Browse files
committed
MPAE-18199 updating video playlist link, new metadata terms
1 parent 0d73547 commit ceccc16

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.main-meta/main.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"metaDataVersion": "1.0.0",
2+
"metaDataVersion": "1.0.1",
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-adcc-basic-printf-callbacks-mcc",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "pic18f57q43-adcc-basic-printf-callbacks-mcc",
99
"projectName": "pic18f57q43-adcc-basic-printf-callbacks-mcc",
1010
"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.",
@@ -49,7 +49,10 @@
4949
"UART",
5050
"Getting Started",
5151
"Melody",
52-
"MCC Melody"
52+
"MCC Melody",
53+
"Curiosity Nano Explorer",
54+
"Example Components",
55+
"MCC Melody Example Components"
5356
],
5457
"additionalData": {
5558
"longDescription": {

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88

99
# MCC Melody ADC Basic Printf Example - Callbacks Implementation (PIC18F57Q43)
1010

11-
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"
11+
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"
1212
), 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.
1313

14+
## Video Building This Example
15+
16+
[![Video Building this Example](images/4_ADCBasicPrintf-Callbacks-VideoImage.png "Moving the ADC Basic Printf Example, from the Polled to the Callbacks.")](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+
1421
## MCC Melody Example Components
1522
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).
1623

@@ -31,8 +38,8 @@ Example Components are related to [MCC Melody Design Patterns for Control Flow](
3138
- 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)
3239
- MPLAB® XC8 2.46.0 or newer [(MPLAB® XC8 2.46)](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8)
3340

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
3643
- MCC Core 5.7.1 or newer
3744
- MCC Melody Core 2.7.1 or newer (Communicates with the MCC core, providing views and other functionality for MCC Melody)
3845

447 KB
Loading

0 commit comments

Comments
 (0)