Skip to content

Commit adaeb75

Browse files
committed
MPAE-19450 added metadata
1 parent 6df0647 commit adaeb75

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

.main-meta/main.json

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"content": {
55
"metaDataVersion": "1.3.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer",
7-
"version": " ",
8-
"displayName": "",
7+
"version": "1.0.0",
8+
"displayName": "pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer",
99
"projectName": "pic18f57q43-i2c-proximity-sensor-callbacks-data-streamer",
1010
"shortDescription": "Reads proximity sensor value. With Data Streamer output, sends values to MPLAB Data Visualizer via protocol every 100 ms. Uses Timer driver callbacks for sampling frequency.\r\n",
1111
"ide": {
@@ -18,13 +18,13 @@
1818
"semverRange": "^3.0.0"
1919
}
2020
],
21-
"dfp": {
22-
"name": "",
23-
"semverRange": ""
21+
"dfp": {
22+
"name": "PIC18F-Q_DFP",
23+
"semverRange": "^1.27.499"
2424
},
2525
"configurator": {
26-
"name": "",
27-
"semverRange": ""
26+
"name": "MCC",
27+
"semverRange": "^5.8.0"
2828
},
2929
"device": {
3030
"metaDataVersion": "1.0.0",
@@ -37,8 +37,23 @@
3737
}
3838
},
3939
"author": "Glen Nilsen",
40-
"peripherals": [],
41-
"keywords": [],
40+
"peripherals": [
41+
"I2C",
42+
"GPIO",
43+
"UART"
44+
],
45+
"keywords": [
46+
"Data Visualizer",
47+
"MPLAB Data Visualizer",
48+
"I2C",
49+
"UART",
50+
"Getting Started",
51+
"Melody",
52+
"MCC Melody",
53+
"Curiosity Nano Explorer",
54+
"Example Components",
55+
"MCC Melody Example Components"
56+
],
4257
"additionalData": {
4358
"longDescription": {
4459
"metaDataVersion": "1.0.0",

0 commit comments

Comments
 (0)