This example demonstrates using the GattClient API to control BLE client devices. The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_LEDBlinker
mbed_app.json@29:628273dfb8f8, 2017-05-10 (annotated)
- Committer:
- mbed_official
- Date:
- Wed May 10 13:01:00 2017 +0100
- Revision:
- 29:628273dfb8f8
- Parent:
- 2:3f5a4729c22b
- Child:
- 32:976ba5aad0c1
Merge pull request #79 from adbridge/master
Updating mbed-os to mbed-os-5.4.5
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 2:3f5a4729c22b | 1 | { |
mbed_official | 2:3f5a4729c22b | 2 | "target_overrides": { |
mbed_official | 2:3f5a4729c22b | 3 | "K64F": { |
mbed_official | 2:3f5a4729c22b | 4 | "target.features_add": ["BLE"], |
mbed_official | 2:3f5a4729c22b | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
mbed_official | 2:3f5a4729c22b | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
mbed_official | 2:3f5a4729c22b | 7 | }, |
mbed_official | 2:3f5a4729c22b | 8 | "NUCLEO_F401RE": { |
mbed_official | 2:3f5a4729c22b | 9 | "target.features_add": ["BLE"], |
mbed_official | 2:3f5a4729c22b | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:3f5a4729c22b | 11 | } |
mbed_official | 2:3f5a4729c22b | 12 | } |
mbed_official | 2:3f5a4729c22b | 13 | } |