Run a K30 CO2 sensor on a Nordic nRF52DK Board

Fork of mbed-os-example-ble-BatteryLevel by mbed-os-examples

Committer:
mbed_official
Date:
Thu Jul 28 23:14:21 2016 +0100
Revision:
2:18b05b3173a8
Parent:
0:8113e6c77cd7
Child:
3:488ecd009a27
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


Commit copied from ./src/github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

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