|
3 | 3 | "category": "com.microchip.ide.project", |
4 | 4 | "content": { |
5 | 5 | "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", |
11 | 11 | "ide": { |
12 | | - "name": "", |
13 | | - "semverRange": "" |
| 12 | + "name": "STUDIO", |
| 13 | + "semverRange": ">= 7.0.2397" |
14 | 14 | }, |
15 | 15 | "compiler": [ |
16 | | - { |
17 | | - "name": "", |
18 | | - "semverRange": "" |
19 | | - } |
20 | | - ], |
| 16 | + { |
| 17 | + "name": "AVR GCC", |
| 18 | + "semverRange": "^5.4.0" |
| 19 | + } |
| 20 | + ], |
21 | 21 | "dfp": { |
22 | | - "name": "", |
23 | | - "semverRange": "" |
| 22 | + "name": "ATtiny_DFP", |
| 23 | + "semverRange": "^1.4.310" |
24 | 24 | }, |
25 | 25 | "configurator": { |
26 | | - "name": "", |
| 26 | + "name": "N/A", |
27 | 27 | "semverRange": "" |
28 | 28 | }, |
29 | 29 | "device": { |
|
32 | 32 | "content": { |
33 | 33 | "metaDataVersion": "1.0.0", |
34 | 34 | "category": "com.microchip.device", |
35 | | - "name": "", |
| 35 | + "name": "ATtiny1627", |
36 | 36 | "versionRange": "*" |
37 | 37 | } |
38 | 38 | }, |
39 | | - "author": "", |
| 39 | + "author": "Rupali Honrao", |
40 | 40 | "subcategories": [ |
41 | | - "", |
42 | 41 | [ |
43 | | - "Peripherals", "" |
| 42 | + "Peripherals", "ADC" |
| 43 | + ], |
| 44 | + [ |
| 45 | + "Peripherals", "USART" |
| 46 | + ], |
| 47 | + [ |
| 48 | + "Peripherals", "GPIO" |
44 | 49 | ], |
45 | 50 | [ |
46 | | - "Peripherals", "" |
47 | | - ] |
| 51 | + "Peripherals", "CLKCTRL" |
| 52 | + ] |
48 | 53 | ], |
49 | 54 | "peripherals": [ |
50 | | - "","" |
| 55 | + "ADC","USART","GPIO","CLKCTRL" |
51 | 56 | ], |
52 | 57 | "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" |
55 | 72 | ], |
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 | + } |
68 | 85 | } |
0 commit comments