Sample BLE thermometer profile for nRF51-DK with sensing from LM35
Dependencies: BLE_API mbed nRF51822 X_NUCLEO_IDB0XA1
Fork of BLE_Thermometer by
mbed_app.json@17:9ce6c0171634, 2016-09-20 (annotated)
- Committer:
- Vincent Coubard
- Date:
- Tue Sep 20 13:47:58 2016 +0100
- Revision:
- 17:9ce6c0171634
Update the libraries.
Add st shield support.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Vincent Coubard |
17:9ce6c0171634 | 1 | { |
Vincent Coubard |
17:9ce6c0171634 | 2 | "target_overrides": { |
Vincent Coubard |
17:9ce6c0171634 | 3 | "K64F": { |
Vincent Coubard |
17:9ce6c0171634 | 4 | "target.features_add": ["BLE"], |
Vincent Coubard |
17:9ce6c0171634 | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
Vincent Coubard |
17:9ce6c0171634 | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
Vincent Coubard |
17:9ce6c0171634 | 7 | }, |
Vincent Coubard |
17:9ce6c0171634 | 8 | "NUCLEO_F401RE": { |
Vincent Coubard |
17:9ce6c0171634 | 9 | "target.features_add": ["BLE"], |
Vincent Coubard |
17:9ce6c0171634 | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
Vincent Coubard |
17:9ce6c0171634 | 11 | } |
Vincent Coubard |
17:9ce6c0171634 | 12 | } |
Vincent Coubard |
17:9ce6c0171634 | 13 | } |