Skip to content
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

Update analogReference.adoc #299

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
11 changes: 6 additions & 5 deletions Language/Functions/Analog IO/analogReference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ Arduino AVR Boards (Uno, Mega, etc.)

Arduino SAMD Boards (Zero, etc.)

* AR_DEFAULT: the default analog reference of 3.3V
* AR_INTERNAL: a built-in 2.23V reference
* AR_INTERNAL1V0: a built-in 1.0V reference
* AR_INTERNAL1V65: a built-in 1.65V reference
* AR_INTERNAL2V23: a built-in 2.23V reference
* AR_DEFAULT: the default analog reference of 3.3V (VDDANA)
* AR_INTERNAL: 1/1.48 VDDANA (only for VDDANA > 2.0V) = 2.23V reference in a 3.3V system
* AR_INTERNAL1V0: a built-in 1.0V reference -> use this to measure your battery voltage!
* AR_INTERNAL1V65: 1/2 VDDANA = 1.65V reference in a 3.3 V system
* AR_INTERNAL2V23: 1/1.48 VDDANA (only for VDDANA > 2.0V) = 2.23V reference in a 3.3V system
* AR_EXTERNAL: the voltage applied to the AREF pin is used as the reference
(For Details see Atmel SAMD21 Data sheet, 32.8.2 Reference Control)
karlsoderby marked this conversation as resolved.
Show resolved Hide resolved

Arduino SAM Boards (Due)

Expand Down