Skip to content

Commit ec8a962

Browse files
committed
MPAE-18220 updating video link, main-meta
1 parent cc9a71f commit ec8a962

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

.main-meta/main.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc",
99
"projectName": "pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc",
1010
"shortDescription": "PWM control of LED has been added to the ADCC Data Streamer Example, of the MCC Melody ADCC Example Component (Callbacks Implementation). LED brightness is varies with POT-Meter and ADC samples are visualized using the Data Streamer every 100ms.",
@@ -51,7 +51,10 @@
5151
"Getting Started",
5252
"Melody",
5353
"MCC Melody",
54-
"PWM"
54+
"PWM",
55+
"Curiosity Nano Explorer",
56+
"Example Components",
57+
"MCC Melody Example Components"
5558
],
5659
"additionalData": {
5760
"longDescription": {

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<a target="_blank" href="https://www.microchip.com/" id="top-of-page">
2-
<picture>
3-
<source media="(prefers-color-scheme: light)" srcset="images/mchp_logo_light.png" width="350">
4-
<source media="(prefers-color-scheme: dark)" srcset="images/mchp_logo_dark.png" width="350">
5-
<img alt="Microchip Technologies Inc." src="https://www.microchip.com/content/experience-fragments/mchp/en_us/site/header/master/_jcr_content/root/responsivegrid/header/logo.coreimg.100.300.png/1605828081463/microchip.png">
6-
</picture>
7-
</a>
1+
<a href="https://www.microchip.com" rel="nofollow"><img src="images/microchip.png" alt="MCHP" width="300"/></a>
82

93
# MCC Melody ADC Data Streamer PWM Example - Callbacks Implementation (PIC18F57Q43)
104

@@ -14,6 +8,13 @@ A PWM1_16BIT component is added to this example. For more information, check out
148

159
So, as the pot meter is adjusted, the brightness of the PWM is adjusted, mapped to a % of the range of the ADC value.
1610

11+
## Video Building This Example
12+
13+
[![Video Building this Example](images/6_Adding%20PWM%20to%20Data%20Streamer-VideoImage.png)](https://youtu.be/-eSdDSJB1uE?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
14+
15+
**Video:** [Introducing MCC Melody Example Components](https://youtu.be/zK5jLiIIYvE?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
16+
(while building the Polled version of the Timer Toggle LED example).
17+
1718
## MCC Melody Example Components
1819
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).
1920

Loading

images/microchip.png

5.47 KB
Loading

pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc.X/mcc-manifest-autosave.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc
5-
creation_date: 2024-09-05T15:15:03.287+02:00[Europe/Paris]
5+
creation_date: 2024-09-06T11:18:28.703+02:00[Europe/Paris]
66
operating_system: Windows 10
77
mcc_mode: IDE
88
mcc_mode_version: v6.20

pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc.X/mcc-manifest-generated-success.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
manifest_file_version: 1.0.0
44
project: pic18f57q43-adcc-data-streamer-pwm-callbacks-mcc
5-
creation_date: 2024-09-05T15:15:03.261+02:00[Europe/Paris]
5+
creation_date: 2024-09-06T08:36:11.228+02:00[Europe/Paris]
66
operating_system: Windows 10
77
mcc_mode: IDE
88
mcc_mode_version: v6.20

0 commit comments

Comments
 (0)