Run a K30 CO2 sensor on a Nordic nRF52DK Board
Fork of mbed-os-example-ble-BatteryLevel by
mbed_app.json@63:8ec90c81ff7d, 2018-05-02 (annotated)
- Committer:
- davidgsIoT
- Date:
- Wed May 02 12:14:43 2018 +0000
- Revision:
- 63:8ec90c81ff7d
- Parent:
- 40:e28d9bf02152
Updated Readme
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 4:52bffaff7f0b | 1 | { |
mbed_official | 4:52bffaff7f0b | 2 | "target_overrides": { |
mbed_official | 4:52bffaff7f0b | 3 | "K64F": { |
mbed_official | 4:52bffaff7f0b | 4 | "target.features_add": ["BLE"], |
mbed_official | 33:569fa15b1a6a | 5 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 4:52bffaff7f0b | 6 | }, |
mbed_official | 4:52bffaff7f0b | 7 | "NUCLEO_F401RE": { |
mbed_official | 4:52bffaff7f0b | 8 | "target.features_add": ["BLE"], |
mbed_official | 4:52bffaff7f0b | 9 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 40:e28d9bf02152 | 10 | }, |
mbed_official | 40:e28d9bf02152 | 11 | "DISCO_L475VG_IOT01A": { |
mbed_official | 40:e28d9bf02152 | 12 | "target.features_add": ["BLE"], |
mbed_official | 40:e28d9bf02152 | 13 | "target.extra_labels_add": ["ST_BLUENRG"] |
mbed_official | 4:52bffaff7f0b | 14 | } |
mbed_official | 4:52bffaff7f0b | 15 | } |
mbed_official | 4:52bffaff7f0b | 16 | } |