Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: inc/admw1001/admw1001_config.h
- Revision:
- 61:0f16a2e3b58b
- Parent:
- 50:d84305e5e1c0
- Child:
- 63:2655a04c00f5
diff -r 363fffe5bd22 -r 0f16a2e3b58b inc/admw1001/admw1001_config.h
--- a/inc/admw1001/admw1001_config.h Mon Mar 16 09:54:36 2020 +0000
+++ b/inc/admw1001/admw1001_config.h Tue Mar 31 04:50:37 2020 +0000
@@ -271,12 +271,10 @@
{
ADMW1001_ADC_REFERENCE_VOLTAGE_INTERNAL = 0,
/*!< Internal VRef - 1.2V */
- ADMW1001_ADC_REFERENCE_VOLTAGE_EXTERNAL_1,
+ ADMW1001_ADC_REFERENCE_VOLTAGE_EXTERNAL_1 = 1,
/*!< External reference voltage #1 */
- ADMW1001_ADC_REFERENCE_VOLTAGE_EXTERNAL_2,
- /*!< External reference voltage #2 */
- ADMW1001_ADC_REFERENCE_VOLTAGE_AVDD,
- /*!< Analag Supply Voltage AVDD reference (typically 3.3V) is selected */
+ ADMW1001_ADC_REFERENCE_VOLTAGE_AVDD = 3,
+ /*!< Analog Supply Voltage AVDD reference (typically 3.3V) is selected */
} ADMW1001_ADC_REFERENCE_TYPE;