Modified sample program of BLE_BatteryLevel. The program add analog input pin setting and batteryLevel data is changed by analog input.

Dependencies:   BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1

Fork of BLE_BatteryLevel by Bluetooth Low Energy

Committer:
Jun_adi
Date:
Wed Jun 28 13:03:00 2017 +0000
Revision:
21:d3784939bbc0
Parent:
19:1e34f137b7ce
Update typo

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 }