Heart Rate Monitor example for the BLE API using nRF51822 native mode drivers
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_HeartRate by
mbed_app.json@79:8b7c8c240540, 2016-09-20 (annotated)
- Committer:
- Vincent Coubard
- Date:
- Tue Sep 20 12:36:16 2016 +0100
- Revision:
- 79:8b7c8c240540
Update libraries.
Add support of ST shield.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Vincent Coubard |
79:8b7c8c240540 | 1 | { |
Vincent Coubard |
79:8b7c8c240540 | 2 | "target_overrides": { |
Vincent Coubard |
79:8b7c8c240540 | 3 | "K64F": { |
Vincent Coubard |
79:8b7c8c240540 | 4 | "target.features_add": ["BLE"], |
Vincent Coubard |
79:8b7c8c240540 | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
Vincent Coubard |
79:8b7c8c240540 | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
Vincent Coubard |
79:8b7c8c240540 | 7 | }, |
Vincent Coubard |
79:8b7c8c240540 | 8 | "NUCLEO_F401RE": { |
Vincent Coubard |
79:8b7c8c240540 | 9 | "target.features_add": ["BLE"], |
Vincent Coubard |
79:8b7c8c240540 | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
Vincent Coubard |
79:8b7c8c240540 | 11 | } |
Vincent Coubard |
79:8b7c8c240540 | 12 | } |
Vincent Coubard |
79:8b7c8c240540 | 13 | } |