Skip to content

Commit b0085c4

Browse files
committed
MPAE-11924 Metadata Update
1 parent 02a817d commit b0085c4

File tree

1 file changed

+28
-24
lines changed

1 file changed

+28
-24
lines changed

.main-meta/main.json

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.avr128db48-constant-current-driver-using-opamp-mplab",
7-
"version": "1.0.0",
7+
"version": "1.0.1",
88
"displayName": "Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral",
99
"projectName": "avr128db48-constant-current-driver-using-opamp-mplab",
1010
"shortDescription": "This MPLAB X 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.",
1111
"ide": {
1212
"name": "MPLAB X",
13-
"semverRange": ">=5.40"
13+
"semverRange": ">=5.40.0"
1414
},
1515
"compiler": [
1616
{
1717
"name": "XC8",
18-
"semverRange": "^2.20"
18+
"semverRange": "^2.20.0"
1919
}
2020
],
2121
"dfp": {
2222
"name": "AVR-Dx_DFP",
2323
"semverRange": "^1.4.75"
2424
},
25-
"configurator": {
26-
"name": "N/A",
25+
"configurator": {
26+
"name": "N/A",
2727
"semverRange": ""
2828
},
2929
"device": {
@@ -38,32 +38,36 @@
3838
},
3939
"author": "Microchip",
4040
"subcategories": [
41-
[
42-
"Peripherals", "OPAMP"
41+
[
42+
"Peripherals",
43+
"OPAMP"
4344
],
4445
[
45-
"Peripherals", "DAC"
46-
],
46+
"Peripherals",
47+
"DAC"
48+
],
4749
[
48-
"Development Kit", "AVR128DB48 Curiosity Nano"
49-
]
50+
"Development Kit",
51+
"AVR128DB48 Curiosity Nano"
52+
]
5053
],
5154
"peripherals": [
52-
"OPAMP", "DAC"
55+
"OPAMP",
56+
"DAC"
5357
],
5458
"keywords": [
55-
"Analog Signal Conditioning",
56-
"Operational Amplifier",
57-
"Op Amp",
58-
"Resistor Ladder",
59-
"Constant Current",
60-
"Current Driver",
61-
"Digital-To-Analog Converter",
62-
"Low BOM",
63-
"CIP",
64-
"AVR-DB",
65-
"AVRDB",
66-
"constant-current-driver-using-opamp"
59+
"Analog Signal Conditioning",
60+
"Operational Amplifier",
61+
"Op Amp",
62+
"Resistor Ladder",
63+
"Constant Current",
64+
"Current Driver",
65+
"Digital-To-Analog Converter",
66+
"Low BOM",
67+
"CIP",
68+
"AVR-DB",
69+
"AVRDB",
70+
"constant-current-driver-using-opamp"
6771
],
6872
"additionalData": {
6973
"longDescription": {

0 commit comments

Comments
 (0)