Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BSP_B-L475E-IOT01
This example is a fork of the following mbed-os example:
https://developer.mbed.org/teams/mbed-os-examples/code/mbed-os-example-ble-Thermometer/
Please read the documentation in this page.
Revision 38:c583b8792cb5, committed 2017-07-26
- Comitter:
- bcostm
- Date:
- Wed Jul 26 09:44:49 2017 +0200
- Parent:
- 37:ae6030c58a82
- Child:
- 39:ac224f69256b
- Commit message:
- Add DISCO_L475VG_IOT01A in mbed_app.json
Changed in this revision
| mbed_app.json | Show annotated file Show diff for this revision Revisions of this file |
--- a/mbed_app.json Wed Jul 19 18:15:33 2017 +0100
+++ b/mbed_app.json Wed Jul 26 09:44:49 2017 +0200
@@ -7,6 +7,10 @@
"NUCLEO_F401RE": {
"target.features_add": ["BLE"],
"target.extra_labels_add": ["ST_BLUENRG"]
+ },
+ "DISCO_L475VG_IOT01A": {
+ "target.features_add": ["BLE"],
+ "target.extra_labels_add": ["ST_BLUENRG"]
}
}
}