BLE GAP Button example

This example is a fork of the following mbed-os example:

https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-GAPButton/

Please read the documentation in this page.

Committer:
mbed_official
Date:
Thu Jul 28 23:26:14 2016 +0100
Revision:
3:f0ed4199b362
Parent:
2:e532bbe3fd8e
Child:
6:bfe23efb0d97
Merge branch 'master' of https://github.com/ARMmbed/mbed-os-example-ble


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

Who changed what in which revision?

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