Luca Mottola
/
IOTAtelier1819-BLELed
BLE example of a write characteristic to control a Led
mbed_app.json@38:f36c230b1b28, 2017-07-28 (annotated)
- Committer:
- mbed_official
- Date:
- Fri Jul 28 10:45:27 2017 +0100
- Revision:
- 38:f36c230b1b28
- Parent:
- 31:1a8e0f5fd8de
- Child:
- 68:462ee502bc56
Merge pull request #99 from bcostm/add_disco_l475vg
DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
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:864ddfb70a9c | 1 | { |
mbed_official | 2:864ddfb70a9c | 2 | "target_overrides": { |
mbed_official | 2:864ddfb70a9c | 3 | "K64F": { |
mbed_official | 2:864ddfb70a9c | 4 | "target.features_add": ["BLE"], |
mbed_official | 31:1a8e0f5fd8de | 5 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:864ddfb70a9c | 6 | }, |
mbed_official | 2:864ddfb70a9c | 7 | "NUCLEO_F401RE": { |
mbed_official | 2:864ddfb70a9c | 8 | "target.features_add": ["BLE"], |
mbed_official | 2:864ddfb70a9c | 9 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 38:f36c230b1b28 | 10 | }, |
mbed_official | 38:f36c230b1b28 | 11 | "DISCO_L475VG_IOT01A": { |
mbed_official | 38:f36c230b1b28 | 12 | "target.features_add": ["BLE"], |
mbed_official | 38:f36c230b1b28 | 13 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:864ddfb70a9c | 14 | } |
mbed_official | 2:864ddfb70a9c | 15 | } |
mbed_official | 2:864ddfb70a9c | 16 | } |