Skip to content

Document analogReference() parameter values for megaAVR #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions Language/Functions/Analog IO/analogReference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ Arduino SAMD Boards (Zero, etc.)
* AR_INTERNAL2V23: a built-in 2.23V reference
* AR_EXTERNAL: the voltage applied to the AREF pin is used as the reference

Arduino megaAVR Boards (Uno WiFi Rev2)

* DEFAULT: a built-in 0.55V reference
* INTERNAL: a built-in 0.55V reference
* VDD: Vdd of the ATmega4809. 5V on the Uno WiFi Rev2
* INTERNAL0V55: a built-in 0.55V reference
* INTERNAL1V1: a built-in 1.1V reference
* INTERNAL1V5: a built-in 1.5V reference
* INTERNAL2V5: a built-in 2.5V reference
* INTERNAL4V3: a built-in 4.3V reference
* EXTERNAL: the voltage applied to the AREF pin (0 to 5V only) is used as the reference

Arduino SAM Boards (Due)

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