Skip to content

Commit

Permalink
MPAE-11924 Metadata Update
Browse files Browse the repository at this point in the history
  • Loading branch information
egilro committed Apr 15, 2021
1 parent c198912 commit df6ffc8
Showing 1 changed file with 43 additions and 39 deletions.
82 changes: 43 additions & 39 deletions .main-meta/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"content": {
"metaDataVersion": "1.1.0",
"name": "com.microchip.mcu8.studio.project.avr128db48-constant-current-driver-using-opamp",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral",
"projectName": "avr128db48-constant-current-driver-using-opamp",
"shortDescription": "This Atmel Studio 7 bare metal example in Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral (AN3632), shows how to use the OPAMP to implement a constant-current driver using just one external resistor. The OPAMP peripheral also provides the ability to adjust the current setting under firmware control.",
"ide": {
"name": "Studio",
"name": "STUDIO",
"semverRange": ">=7.0.2397"
},
"compiler": [
{
"name": "AVR-GCC",
"semverRange": "^5.4.0"
}
],
{
"name": "AVR GCC",
"semverRange": "^5.4.0"
}
],
"dfp": {
"name": "AVR-Dx_DFP",
"semverRange": "^1.3.67"
},
"configurator": {
"name": "N/A",
"configurator": {
"name": "N/A",
"semverRange": ""
},
"device": {
Expand All @@ -39,42 +39,46 @@
"author": "Microchip",
"subcategories": [
[
"Peripherals", "OPAMP"
"Peripherals",
"OPAMP"
],
[
"Peripherals", "DAC"
"Peripherals",
"DAC"
],
[
"Development Kit", "AVR128DB48 Curiosity Nano"
]
"Development Kit",
"AVR128DB48 Curiosity Nano"
]
],
"peripherals": [
"OPAMP", "DAC"
"OPAMP",
"DAC"
],
"keywords": [
"Analog Signal Conditioning",
"Operational Amplifier",
"Op Amp",
"Resistor Ladder",
"Constant Current",
"Current Driver",
"Digital-To-Analog Converter",
"Low BOM",
"CIP",
"AVR-DB",
"AVRDB",
"constant-current-driver-using-opamp"
"Analog Signal Conditioning",
"Operational Amplifier",
"Op Amp",
"Resistor Ladder",
"Constant Current",
"Current Driver",
"Digital-To-Analog Converter",
"Low BOM",
"CIP",
"AVR-DB",
"AVRDB",
"constant-current-driver-using-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"
}
}
}
}
}

0 comments on commit df6ffc8

Please sign in to comment.