Update voltage measurement. Change ADC config setting.

Dependencies:   BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1

Fork of BLE_BatteryLevel_ADC_170608 by Jun ADI

Committer:
Jun_adi
Date:
Mon Jul 24 02:05:26 2017 +0000
Revision:
22:ad0c52ec5bf9
Parent:
19:1e34f137b7ce
Edit the "ADC read" code.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Vincent Coubard 19:1e34f137b7ce 1 {
Vincent Coubard 19:1e34f137b7ce 2 "target_overrides": {
Vincent Coubard 19:1e34f137b7ce 3 "K64F": {
Vincent Coubard 19:1e34f137b7ce 4 "target.features_add": ["BLE"],
Vincent Coubard 19:1e34f137b7ce 5 "target.extra_labels_add": ["ST_BLUENRG"],
Vincent Coubard 19:1e34f137b7ce 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
Vincent Coubard 19:1e34f137b7ce 7 },
Vincent Coubard 19:1e34f137b7ce 8 "NUCLEO_F401RE": {
Vincent Coubard 19:1e34f137b7ce 9 "target.features_add": ["BLE"],
Vincent Coubard 19:1e34f137b7ce 10 "target.extra_labels_add": ["ST_BLUENRG"]
Vincent Coubard 19:1e34f137b7ce 11 }
Vincent Coubard 19:1e34f137b7ce 12 }
Vincent Coubard 19:1e34f137b7ce 13 }