From 6e02c42f9722b6a799ff41939342036a2a21be28 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Sat, 10 Oct 2020 20:41:22 +0200 Subject: [PATCH] analogReference now supported by Arduino nRF528x In addition to the "Arduino mbed-enabled Boards" platform, this function is now also supported by the "Arduino nRF528x Boards (Mbed OS)" platform since version 1.1.6. https://github.com/arduino/ArduinoCore-nRF528x-mbedos/pull/81 --- Language/Functions/Analog IO/analogReference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Analog IO/analogReference.adoc b/Language/Functions/Analog IO/analogReference.adoc index e0fd3aed6..33cc8ad87 100644 --- a/Language/Functions/Analog IO/analogReference.adoc +++ b/Language/Functions/Analog IO/analogReference.adoc @@ -52,7 +52,7 @@ 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 +Arduino mbed-enabled Boards (Nano 33 BLE only): available when using the _Arduino mbed-enabled Boards_ platform, or the _Arduino nRF528x Boards (Mbed OS)_ platform version 1.1.6 or later * AR_VDD: the default 3.3 V reference * AR_INTERNAL: built-in 0.6 V reference