Skip to content

Commit 6c779d1

Browse files
carleheegilro
authored andcommitted
MPAE-3063: added cnano user guide link, and changed title of Readme. updated description in metadata, and added keywords
1 parent f02cc83 commit 6c779d1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.main-meta/main.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": "1.0.0",
88
"displayName": "Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral",
99
"projectName": "avr128db48-constant-current-driver-using-opamp",
10-
"shortDescription": "This application note describes how to use the Analog Signal Conditioning (OPAMP) peripheral 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.",
10+
"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.",
1111
"ide": {
1212
"name": "Studio",
1313
"semverRange": ">=7.0.2397"
@@ -43,27 +43,27 @@
4343
],
4444
[
4545
"Peripherals", "DAC"
46-
],
47-
[
48-
"Peripherals", "VREF"
4946
],
5047
[
5148
"Development Kit", "AVR128DB48 Curiosity Nano"
5249
]
5350
],
5451
"peripherals": [
55-
"OPAMP", "DAC", "VREF"
52+
"OPAMP", "DAC"
5653
],
5754
"keywords": [
5855
"Analog Signal Conditioning",
5956
"Operational Amplifier",
6057
"Op Amp",
6158
"Resistor Ladder",
6259
"Constant Current",
63-
"Current Drive",
64-
"Digital To Analog Converter",
60+
"Current Driver",
61+
"Digital-To-Analog Converter",
6562
"Low BOM",
66-
"CIP"
63+
"CIP",
64+
"AVR-DB",
65+
"AVRDB",
66+
"constant-current-driver-using-opamp"
6767
],
6868
"additionalData": {
6969
"longDescription": {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<a href="https://www.microchip.com" rel="nofollow"><img src="images/microchip.png" alt="MCHP" width="300"/></a>
33

4-
# AVR128DB48 Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral
4+
# Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral
55
<p align="left">
66
<img width=800px height=auto src="images/setup.png">
77
</p>
@@ -11,7 +11,7 @@ A new feature introduced in the AVR® DB MCU is the Analog Signal Conditioning (
1111
## Related Documentation
1212

1313
* [AN3632 - Constant-Current Driver Using the Analog Signal Conditioning (OPAMP) Peripheral](https://microchip.com/DS00003632)
14-
* AVR128DB48 Curiosity Nano User Guide (link will be added once available)
14+
* [AVR128DB48 Curiosity Nano User Guide](https://www.microchip.com/DS50003037)
1515
* [AVR128DB48 Device Page](https://www.microchip.com/wwwproducts/en/AVR128DB48)
1616

1717
## Software Used

0 commit comments

Comments
 (0)