Skip to content

Commit 533ddb1

Browse files
MPAE-6903: fixed info in metadata file
1 parent 9061881 commit 533ddb1

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.main-meta/main.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-cnano-clc-logic-bare",
77
"version": "1.0.4",
8-
"displayName": "Getting started with the CLC on PIC18 -> Using Basic Logic Gates",
8+
"displayName": "Implementing Basic Logic Gates using CLC",
99
"projectName": "pic18f47q10-cnano-clc-logic-bare",
1010
"shortDescription": "In this demo, the internal timers and PWMs are used to generate internal signals that are then connected to CLCs to implement basic logic gates. Three use cases are implemented : AND, OR and XOR.",
1111
"ide": {
@@ -41,19 +41,10 @@
4141
"Peripherals",
4242
[
4343
"Peripherals", "CLC"
44-
],
45-
[
46-
"Peripherals", "TIMER", "TMR2"
47-
],
48-
[
49-
"Peripherals", "PPS"
50-
],
51-
[
52-
"Peripherals", "PWM"
53-
]
44+
]
5445
],
5546
"peripherals": [
56-
"CLC", "TIMER", "TMR2", "PPS", "PWM"
47+
"CLC"
5748
],
5849
"keywords": [
5950
"Logic Function",

0 commit comments

Comments
 (0)