Skip to content

Commit f2aa7fa

Browse files
committed
MPAE-11490: Updated metadata
1 parent 620cc6b commit f2aa7fa

File tree

2 files changed

+54
-37
lines changed

2 files changed

+54
-37
lines changed

.main-meta/main.json

Lines changed: 53 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"category": "com.microchip.ide.project",
44
"content": {
55
"metaDataVersion": "1.1.0",
6-
"name": "com.microchip.mcu8.studio.project.",
7-
"version": " ",
8-
"displayName": " ",
9-
"projectName": "",
10-
"shortDescription": "",
6+
"name": "com.microchip.mcu8.studio.project.attiny1627-force-sensitive-resistor-with-12-bit-adc",
7+
"version": "1.0.1",
8+
"displayName": "How to use Force Sensitive Resistor with 12-bit ADC",
9+
"projectName": "attiny1627-force-sensitive-resistor-with-12-bit-adc",
10+
"shortDescription": "Example demonstrating 12-bit ADC using force sensitive resistor on the Force Click. ADC results sent to an android/iOS app over Bluetooth communication using RN4870/71 Click and to a serial terminal. Per applied force, LEDs illuminated on 4x4 RGB Click",
1111
"ide": {
12-
"name": "",
13-
"semverRange": ""
12+
"name": "STUDIO",
13+
"semverRange": ">= 7.0.2397"
1414
},
1515
"compiler": [
16-
{
17-
"name": "",
18-
"semverRange": ""
19-
}
20-
],
16+
{
17+
"name": "AVR GCC",
18+
"semverRange": "^5.4.0"
19+
}
20+
],
2121
"dfp": {
22-
"name": "",
23-
"semverRange": ""
22+
"name": "ATtiny_DFP",
23+
"semverRange": "^1.4.310"
2424
},
2525
"configurator": {
26-
"name": "",
26+
"name": "N/A",
2727
"semverRange": ""
2828
},
2929
"device": {
@@ -32,37 +32,54 @@
3232
"content": {
3333
"metaDataVersion": "1.0.0",
3434
"category": "com.microchip.device",
35-
"name": "",
35+
"name": "ATtiny1627",
3636
"versionRange": "*"
3737
}
3838
},
39-
"author": "",
39+
"author": "Rupali Honrao",
4040
"subcategories": [
41-
"",
4241
[
43-
"Peripherals", ""
42+
"Peripherals", "ADC"
43+
],
44+
[
45+
"Peripherals", "USART"
46+
],
47+
[
48+
"Peripherals", "GPIO"
4449
],
4550
[
46-
"Peripherals", ""
47-
]
51+
"Peripherals", "CLKCTRL"
52+
]
4853
],
4954
"peripherals": [
50-
"",""
55+
"ADC","USART","GPIO","CLKCTRL"
5156
],
5257
"keywords": [
53-
"",
54-
""
58+
"Differential ADC",
59+
"12-bit ADC",
60+
"Oversampling",
61+
"Sample-accumulation",
62+
"Free-Running",
63+
"Bluetooth",
64+
"RGB-Click",
65+
"Force-Click",
66+
"RN4870",
67+
"Debugger",
68+
"CDC",
69+
"Virtual COM Port",
70+
"Data Visualizer",
71+
"Curiosity Nano"
5572
],
56-
"additionalData": {
57-
"longDescription": {
58-
"metaDataVersion": "1.0.0",
59-
"category": "com.microchip.portal.fileRef",
60-
"content": {
61-
"metaDataVersion": "1.0.0",
62-
"fileName": "./README.md",
63-
"mimeType": "text/markdown"
64-
}
65-
}
66-
}
67-
}
73+
"additionalData": {
74+
"longDescription": {
75+
"metaDataVersion": "1.0.0",
76+
"category": "com.microchip.portal.fileRef",
77+
"content": {
78+
"metaDataVersion": "1.0.0",
79+
"fileName": "./README.md",
80+
"mimeType": "text/markdown"
81+
}
82+
}
83+
}
84+
}
6885
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ The ADC result will also be sent to a serial terminal and a 4x4 RGB Click board
2828

2929
## Conclusion
3030

31-
This example has shown how to measure a force sensitive resistor using the ADC on a tinyAVR 2 Family microcontroller, and show the result both using LEDs and sent over Bluetooth.
31+
This example has shown how to measure a force sensitive resistor using the ADC on a tinyAVR 2 Family microcontroller, and show the result both using LEDs and sent over Bluetooth.

0 commit comments

Comments
 (0)