Skip to content

Commit 987b479

Browse files
committed
MPAE-18209 fix Microchip logo, metadata
1 parent 7661640 commit 987b479

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.main-meta/main.json

Lines changed: 6 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-spike-detection-polled-mcc",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "pic18f57q43-adcc-spike-detection-polled-mcc",
99
"projectName": "pic18f57q43-adcc-spike-detection-polled-mcc",
1010
"shortDescription": "The ADCC Spike Detection Example, of the MCC Melody ADCC Example Component, used in the Polled implementation. ADCC Spike Detection is visualized with the Data Streamer. Modify the Spike Detection Sensitivity to observe the change in sensitivity.",
@@ -49,7 +49,11 @@
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"
56+
5357
],
5458
"additionalData": {
5559
"longDescription": {

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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 Analog-to-Digital Converter with Computation (ADCC) Spike Detection Example - Polled Implementation (PIC18F57Q43)
104

115
In the [ADCC Spike Detection Example](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=MCC.MELODY.EXAMPLES.RUNNING.ADCC.SPIKE&version=latest&redirect=true "Analog-to-Digital Converter with Computation (ADCC) Spike Detection Example"), ADC with Computation Spike Detection is visualized with the Data Streamer. The spike detection can be modified to observe the change in sensitivity to the rate of change of the ADC samples. Using a Polling Design Pattern, a change (above a set threshold) in the ADC result between successive conversions represents a \"spike\". Every 100 ms delay starts an ADC conversion and sends a Data Streamer frame. The code continuously checks for a spike and updates the `adcResult_lastSpike` and `adcSpikeCount` when spikes are detected.
126

7+
## Video Building This Example
8+
9+
[![Video Building this Example](images/8_ADC-Spike-Detect-Polled-VideoImage.png)](https://youtu.be/Ed6lzZpt3Pw?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
10+
11+
**Video:** [Introducing MCC Melody Example Components](https://youtu.be/zK5jLiIIYvE?list=PLtQdQmNK_0DTA08RmyuJH4dyNrYGDGi0l)
12+
(while building the Polled version of the Timer Toggle LED example).
13+
1314
## MCC Melody Example Components
1415
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).
1516

641 KB
Loading

images/microchip.png

5.47 KB
Loading

0 commit comments

Comments
 (0)