Reading and sending sensor data over BLE
Dependencies: BSP_B-L475E-IOT01
mbed_app.json@39:ddabcba6eff1, 2019-07-10 (annotated)
- Committer:
- samilive2011
- Date:
- Wed Jul 10 20:09:49 2019 +0000
- Revision:
- 39:ddabcba6eff1
- Parent:
- 38:4bdc241ba9a6
Sending data over 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"] |
bcostm | 38:4bdc241ba9a6 | 10 | }, |
bcostm | 38:4bdc241ba9a6 | 11 | "DISCO_L475VG_IOT01A": { |
bcostm | 38:4bdc241ba9a6 | 12 | "target.features_add": ["BLE"], |
bcostm | 38:4bdc241ba9a6 | 13 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 2:864ddfb70a9c | 14 | } |
mbed_official | 2:864ddfb70a9c | 15 | } |
mbed_official | 2:864ddfb70a9c | 16 | } |