Skip to content

Commit 36cfe0e

Browse files
authored
Merge pull request #596 from per1234/uno-wifi-rev2-analogreference
Document analogReference() parameter values for megaAVR
2 parents 776af62 + b3c9429 commit 36cfe0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Language/Functions/Analog IO/analogReference.adoc

+12
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ Arduino SAMD Boards (Zero, etc.)
3636
* AR_INTERNAL2V23: a built-in 2.23V reference
3737
* AR_EXTERNAL: the voltage applied to the AREF pin is used as the reference
3838

39+
Arduino megaAVR Boards (Uno WiFi Rev2)
40+
41+
* DEFAULT: a built-in 0.55V reference
42+
* INTERNAL: a built-in 0.55V reference
43+
* VDD: Vdd of the ATmega4809. 5V on the Uno WiFi Rev2
44+
* INTERNAL0V55: a built-in 0.55V reference
45+
* INTERNAL1V1: a built-in 1.1V reference
46+
* INTERNAL1V5: a built-in 1.5V reference
47+
* INTERNAL2V5: a built-in 2.5V reference
48+
* INTERNAL4V3: a built-in 4.3V reference
49+
* EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference
50+
3951
Arduino SAM Boards (Due)
4052

4153
* AR_DEFAULT: the default analog reference of 3.3V. This is the only supported option for the Due.

0 commit comments

Comments
 (0)