File tree 1 file changed +12
-0
lines changed
Language/Functions/Analog IO
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,18 @@ Arduino SAMD Boards (Zero, etc.)
36
36
* AR_INTERNAL2V23: a built-in 2.23V reference
37
37
* AR_EXTERNAL: the voltage applied to the AREF pin is used as the reference
38
38
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
+
39
51
Arduino SAM Boards (Due)
40
52
41
53
* AR_DEFAULT: the default analog reference of 3.3V. This is the only supported option for the Due.
You can’t perform that action at this time.
0 commit comments