Skip to content

Commit

Permalink
MPAE-16722 updated main.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Loles authored and Diana Loles committed Oct 9, 2023
1 parent 9789c7b commit 424e66a
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
"metaDataVersion": "1.0.0",
"category": "com.microchip.ide.project",
"content": {
"metaDataVersion": "1.1.0",
"metaDataVersion": "1.3.0",
"name": "com.microchip.mcu8.mplabx.project.pic16f18446-sensor-board-temperature-measurement",
"version": "1.0.1",
"version": "2.0.0",
"displayName": "PIC16F18446 Sensor Board Temperature Measurement",
"projectName": "pic16f18446-sensor-board-temperature-measurement",
"shortDescription": " The PIC reads the temperature sensor, and displays the temperature on the LCD. The sensor has a temperature coefficient of 19.5 mV/°C. It is sensitive enough to detect the heat of the user's hand from a distance of 1 cm.",
"ide": {
"name": "MPLAB X",
"semverRange": ">=5.30.0"
"semverRange": ">=6.15.0"
},
"compiler": [
{
"name": "XC8",
"semverRange": "^2.10.0"
"semverRange": "^2.45.0"
}
],
"dfp": {
"name": "PIC16F1xxxx_DFP",
"semverRange": "^1.2.99"
"semverRange": "^1.21.368"
},
"configurator": {
"name": "MCC",
"semverRange": ">=3.95.0"
"semverRange": ">=5.3.7"
},
"device": {
"metaDataVersion": "1.0.0",
Expand All @@ -37,17 +37,14 @@
}
},
"author": "Microchip",
"subcategories": [
[
"Peripherals",
"ADCC"
]
],
"peripherals": [
"ADCC"
"ADCC",
"MSSP",
"CLC"
],
"keywords": [
"LCD"
"LCD",
"Temperature Sensing"
],
"additionalData": {
"longDescription": {
Expand Down

0 comments on commit 424e66a

Please sign in to comment.