Skip to content

Commit 2a86b13

Browse files
authored
Merge pull request #757 from slokhorst/patch-1
Add analogReference modes for the Arduino 33 BLE
2 parents 7ddbe22 + c4a713b commit 2a86b13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Language/Functions/Analog IO/analogReference.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Arduino SAM Boards (Due)
5252

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

55+
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
56+
57+
* AR_VDD: the default 3.3 V reference
58+
* AR_INTERNAL: built-in 0.6 V reference
59+
* AR_INTERNAL1V2: 1.2 V reference (internal 0.6 V reference with 2x gain)
60+
* AR_INTERNAL2V4: 2.4 V reference (internal 0.6 V reference with 4x gain)
61+
5562
[%hardbreaks]
5663

5764

0 commit comments

Comments
 (0)