diff --git a/.main-meta/main.json b/.main-meta/main.json index bce80ba..e667b18 100644 --- a/.main-meta/main.json +++ b/.main-meta/main.json @@ -4,18 +4,18 @@ "content": { "metaDataVersion": "1.1.0", "name": "com.microchip.mcu8.mplabx.project.avr128db48-getting-started-with-opamp-mplab-mcc", - "version": "1.0.0", + "version": "1.0.1", "displayName": "Getting Started with Analog Signal Conditioning (OPAMP)", "projectName": "avr128db48-getting-started-with-opamp-mplab-mcc", "shortDescription": "These MPLAB X MCC examples in Getting Started with Analog Signal Conditioning (OPAMP) (TB3286), show how the OPAMP can be used on the AVR DB family of microcontrollers.The OPAMP peripheral features up to three internal operational amplifiers.", "ide": { "name": "MPLAB X", - "semverRange": ">=5.40" + "semverRange": ">=5.40.0" }, "compiler": [ { "name": "XC8", - "semverRange": "^2.30" + "semverRange": "^2.30.0" } ], "dfp": { @@ -39,33 +39,41 @@ "author": "Martin Mostad", "subcategories": [ [ - "Peripherals", "OPAMP" + "Peripherals", + "OPAMP" ], [ - "Peripherals", "ADC" - ], + "Peripherals", + "ADC" + ], [ - "Peripherals", "DAC" + "Peripherals", + "DAC" ], [ - "Development Kit", "AVR128DB48 Curiosity Nano" + "Development Kit", + "AVR128DB48 Curiosity Nano" ], [ - "Supporting Tools", "MPLAB Data Visualizer" + "Supporting Tools", + "MPLAB Data Visualizer" ], [ - "Supporting Tools", "MPLAB Mindi" + "Supporting Tools", + "MPLAB Mindi" ] ], "peripherals": [ - "OPAMP", "ADC", "DAC" + "OPAMP", + "ADC", + "DAC" ], "keywords": [ "Analog Signal Conditioning", "Getting Started", "Digital-to-Analog Converter", "Resistor Ladder", - "Adjustable Gain", + "Adjustable Gain", "Programmable Gain", "Operational Amplifier", "Op Amp", @@ -83,16 +91,16 @@ "AVRDB", "getting-started-with-opamp" ], - "additionalData": { - "longDescription": { - "metaDataVersion": "1.0.0", - "category": "com.microchip.portal.fileRef", - "content": { - "metaDataVersion": "1.0.0", - "fileName": "./README.md", - "mimeType": "text/markdown" - } - } - } - } + "additionalData": { + "longDescription": { + "metaDataVersion": "1.0.0", + "category": "com.microchip.portal.fileRef", + "content": { + "metaDataVersion": "1.0.0", + "fileName": "./README.md", + "mimeType": "text/markdown" + } + } + } + } } \ No newline at end of file