Skip to content

Commit a9ee306

Browse files
committed
MPAE-18189 video playlist link, new metadata terms
1 parent b76edbb commit a9ee306

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
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-polled-mcc",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "pic18f57q43-adcc-basic-printf-polled-mcc",
99
"projectName": "pic18f57q43-adcc-basic-printf-polled-mcc",
1010
"shortDescription": "The ADCC Basic Printf Example, of the MCC Melody ADCC Example Component, used in the Polled implementation. ADC Conversions are taken every 500 ms. 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
@@ -9,7 +9,14 @@
99
# MCC Melody ADC Basic Printf Example - Polled 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
12-
"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 Polled implementation. Analog-to-Digital (A/D) conversions are taken every 500 ms. The LED is toggled and the result is sent to the PC terminal.
12+
"Analog-to-Digital Conversion (ADC) Basic Printf example,"), of the MCC Melody ADCC Example Component, is used in the Polled implementation. Analog-to-Digital (A/D) conversions are taken every 500 ms. The LED is toggled and the result is sent to the PC terminal.
13+
14+
## Video Building This Example
15+
16+
[![Video Building this Example](images/3_ADCBasicPrintf-Polled-VideoImage.png "Creating the ADC Basic Printf Example from scratch, using the Polled implementation.")](https://youtu.be/sxciN3EZez4?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).
1320

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

33-
- MCC Plugin Version 5.5.1 or newer (*Tools>Plugins>Installed*, search: "MCC")
34-
- ADCC Example Component 1.0.0 or newer
40+
- MPLAB® Code Configurator (MCC) Plugin Version 5.5.1 or newer (*Tools>Plugins>Installed*, search: "MCC")
41+
- ADC Converter with Computation (ADCC) Example Component 1.0.0 or newer
3542
- MCC Core 5.7.1 or newer
3643
- MCC Melody Core 2.7.1 or newer (Communicates with the MCC core, providing views and other functionality for MCC Melody)
3744

663 KB
Loading

pic18f57q43-adcc-basic-printf-polled-mcc.X/mcc-manifest-autosave.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
manifest_file_version: 1.0.0
44
project: pic18f57q43-adcc-basic-printf-polled-mcc
5-
creation_date: 2024-08-06T10:15:26.319+02:00[Europe/Paris]
5+
creation_date: 2024-08-29T16:42:37.434+02:00[Europe/Paris]
66
operating_system: Windows 10
77
mcc_mode: IDE
88
mcc_mode_version: v6.20
99
device_name: PIC18F57Q43
1010
compiler: XC8 2.46
1111
mcc_version: 5.5.1
1212
mcc_core_version: 5.7.1
13-
content_manager_version: 5.0.1-c
14-
is_mcc_offline: false
15-
is_using_prerelease_versions: false
16-
mcc_content_registries: https://registry.npmjs.org/
13+
content_manager_version: 5.0.1
14+
is_mcc_offline: true
15+
is_using_prerelease_versions: true
16+
mcc_content_registries: https://registry.npmjs.org/, https://artifacts.microchip.com/artifactory/api/npm/npm/
1717
device_library: {library_class: com.microchip.mcc.melody.Library, name: Melody, version: 2.7.1}
1818
packs: {name: PIC18F-Q_DFP, version: 1.25.433}
1919
modules:

0 commit comments

Comments
 (0)