Skip to content

Commit ade15f1

Browse files
authored
Merge pull request #934 from jacobhylen/jacobhylen/update-analogReference
Add Renesas Core analogReference docs
2 parents 018e653 + ed570d2 commit ade15f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Language/Functions/Analog IO/analogReference.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ Arduino AVR Boards (Uno, Mega, Leonardo, etc.)
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.
2929

30+
Arduino Renesas Boards (UNO R4, Portenta C33)
31+
32+
* AR_DEFAULT: the default analog reference of 5 volts.
33+
* AR_INTERNAL: A built-in reference, equal to 1.5 Volts on the RA4M1 of the UNO R4
34+
* AR_INTERNAL_1_5V: A built-in reference, equal to 1.5 V on the R7FA6M5 of the Portenta C33
35+
* AR_INTERNAL_2_0V: A built-in reference, equal to 2.0 V on the R7FA6M5 of the Portenta C33
36+
* AR_INTERNAL_2_5V: A built-in reference, equal to 2.5 V on the R7FA6M5 of the Portenta C33
37+
* AR_EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference.
38+
3039
Arduino SAMD Boards (Zero, etc.)
3140

3241
* AR_DEFAULT: the default analog reference of 3.3V

0 commit comments

Comments
 (0)