Skip to content

Commit d41e8ec

Browse files
author
Stefania
authored
Merge pull request arduino#62 from kengdahl/patch-1
Update analogReference.adoc
2 parents 653ee30 + d30b23b commit d41e8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Analog IO/analogReference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ subCategories: [ "Analog I/O" ]
2121
Configures the reference voltage used for analog input (i.e. the value used as the top of the input range). The options are:
2222

2323
* DEFAULT: the default analog reference of 5 volts (on 5V Arduino boards) or 3.3 volts (on 3.3V Arduino boards)
24-
* INTERNAL: an built-in reference, equal to 1.1 volts on the ATmega168 or ATmega328 and 2.56 volts on the ATmega8 (not available on the Arduino Mega)
24+
* 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)
2525
* INTERNAL1V1: a built-in 1.1V reference (Arduino Mega only)
2626
* INTERNAL2V56: a built-in 2.56V reference (Arduino Mega only)
2727
* EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference.

0 commit comments

Comments
 (0)