Skip to content

Commit 053e83f

Browse files
Ole AarhaugOle Aarhaug
authored andcommitted
MPAE-4746: Updated Project
1 parent c3101d4 commit 053e83f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are four modes we will explore in this example:
1010
* ADC Window Comparator mode
1111
* ADC Sample Accumulator mode
1212

13-
This is an example of how to get started with the ADC on the ATMEGA4809. This is based on the application note [AN2573](#Related-Documentation).
13+
This is an example of how to get started with the ADC on the ATMEGA4809. This is based on the application note [AN2573](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379).
1414

1515
## Related Documentation
1616

@@ -23,7 +23,7 @@ This is an example of how to get started with the ADC on the ATMEGA4809. This is
2323
- Data Visualizer
2424
- [MPLAB Data Visualizer](https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Standalone(Windows)/)
2525
- [Studio Data visualizer](https://www.microchip.com/mplab/avr-support/data-visualizer)
26-
- [XC8 (v2.20)](https://www.microchip.com/mplab/compilers) alternativly [AVR/GNU C Compiler 5.4.0](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) can be used
26+
- [XC8 (v2.20)](https://www.microchip.com/mplab/compilers) alternatively [AVR/GNU C Compiler 5.4.0](https://www.microchip.com/mplab/avr-support/avr-and-arm-toolchains-c-compilers) can be used
2727
- ATmega_DFP 2.2.108 or later
2828

2929
## Hardware Used
@@ -42,8 +42,8 @@ This is an example of how to get started with the ADC on the ATMEGA4809. This is
4242
4. Press the make and program button to program the device.
4343
4. Open your favorite terminal application or Data visualizer and open the serial port associated with the Xplained Pro.
4444

45-
As mentioned in the appnote [AN2573](#Related-Documentation) you can change the voltage level of the adc input port and the approximated value will be shown over UART through data visualizer.
45+
As mentioned in the appnote [AN2573](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379) you can change the voltage level of the adc input port and the approximated value will be shown over UART through data visualizer.
4646

4747
## Conclusion
4848

49-
We here shown how to setup and get started with the ADC basics project. For more details about this example and how the ADC works please see the [AN2573](#Related-Documentation) Application Note.
49+
We here shown how to setup and get started with the ADC basics project. For more details about this example and how the ADC works please see the [AN2573](https://www.microchip.com/wwwAppNotes/AppNotes.aspx?appnote=en601379) Application Note.

0 commit comments

Comments
 (0)