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

Add analogReference modes for the Arduino 33 BLE #757

Merged
merged 1 commit into from
Jul 14, 2020
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
7 changes: 7 additions & 0 deletions Language/Functions/Analog IO/analogReference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ Arduino SAM Boards (Due)

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

Arduino mbed-enabled Boards (Nano 33 BLE only): only available when using the _Arduino mbed-enabled Boards_ platform, and not when using the _Arduino nRF528x Boards (Mbed OS)_ platform

* AR_VDD: the default 3.3 V reference
* AR_INTERNAL: built-in 0.6 V reference
* AR_INTERNAL1V2: 1.2 V reference (internal 0.6 V reference with 2x gain)
* AR_INTERNAL2V4: 2.4 V reference (internal 0.6 V reference with 4x gain)

[%hardbreaks]


Expand Down