Skip to content

Commit bc8f8f4

Browse files
authored
Merge pull request #621 from per1234/analogreference-atmega32u4
Add ATmega32U4 documentation to analogReference() reference page
2 parents d1c3ecc + da80441 commit bc8f8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Analog IO/analogReference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ subCategories: [ "Analog I/O" ]
1919
=== Description
2020
Configures the reference voltage used for analog input (i.e. the value used as the top of the input range). The options are:
2121

22-
Arduino AVR Boards (Uno, Mega, etc.)
22+
Arduino AVR Boards (Uno, Mega, Leonardo, etc.)
2323

2424
* DEFAULT: the default analog reference of 5 volts (on 5V Arduino boards) or 3.3 volts (on 3.3V Arduino boards)
25-
* INTERNAL: an built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328P and 2.56 volts on the ATmega8 (not available on the Arduino Mega)
25+
* INTERNAL: an built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328P and 2.56 volts on the ATmega32U4 and ATmega8 (not available on the Arduino Mega)
2626
* INTERNAL1V1: a built-in 1.1V reference (Arduino Mega only)
2727
* INTERNAL2V56: a built-in 2.56V reference (Arduino Mega only)
2828
* EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference.

0 commit comments

Comments
 (0)