BLE 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-Button/

Please read the documentation in this page.

Committer:
mbed_official
Date:
Thu Jul 28 23:14:28 2016 +0100
Revision:
1:cd85f873e10d
Parent:
0:3fe9d5124576
Child:
2:2be0a2820d3d
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 1:cd85f873e10d 1 {
mbed_official 1:cd85f873e10d 2 "target_overrides": {
mbed_official 1:cd85f873e10d 3 "K64F": {
mbed_official 1:cd85f873e10d 4 "target.features_add": ["BLE"],
mbed_official 1:cd85f873e10d 5 "target.extra_labels_add": ["ST_BLUENRG"],
mbed_official 1:cd85f873e10d 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
mbed_official 1:cd85f873e10d 7 },
mbed_official 1:cd85f873e10d 8 "NUCLEO_F401RE": {
mbed_official 1:cd85f873e10d 9 "target.features_add": ["BLE"],
mbed_official 1:cd85f873e10d 10 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:cd85f873e10d 11 }
mbed_official 1:cd85f873e10d 12 }
mbed_official 1:cd85f873e10d 13 }