Skip to content

Commit 36be3cf

Browse files
committed
MPAE-9443 fix metadata and readme
1 parent 2612913 commit 36be3cf

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

.main-meta/main.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-cnano-tmr2-hlt-interrupt-mcc",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"displayName": "Configure TMR4 as Hardware Limit Timer to Generate an Interrupt",
99
"projectName": "pic18f47q10-cnano-tmr2-hlt-interrupt-mcc",
1010
"shortDescription": "In this demo, uses TMR4 peripheral as a HLT in order to generate an interrupt and stop TMR2 that also stops the ADCC auto-conversion.",
@@ -39,18 +39,17 @@
3939
"author": "Microchip",
4040
"subcategories": [
4141
[
42-
"Peripherals", "TIMER", "TMR2"
42+
"Peripherals",
43+
"TMR2"
4344
]
4445
],
4546
"peripherals": [
46-
"TIMER", "TMR2"
47+
"TMR2"
4748
],
4849
"keywords": [
4950
"Getting Started",
5051
"Timers/Counters",
51-
"Timer/Counter",
52-
"Hardware Limit Timer",
53-
"Interrupt"
52+
"Hardware Limit Timer"
5453
],
5554
"additionalData": {
5655
"longDescription": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://www.microchip.com" rel="nofollow"><img src="images/MicrochipLogo.png" alt="MCHP" width="300"/></a>
1+
[![MCHP](images/microchip.png)](https://www.microchip.com)
22

33
# PIC18F47Q10 Configure TMR4 as HLT to generate an interrupt (like a WDT without reset)
44

images/MicrochipLogo.png

-37.2 KB
Binary file not shown.

images/microchip.png

5.47 KB
Loading

0 commit comments

Comments
 (0)