Reading and sending sensor data over BLE

Dependencies:   BSP_B-L475E-IOT01

Files at this revision

API Documentation at this revision

Comitter:
bcostm
Date:
Wed Jul 26 14:47:11 2017 +0200
Parent:
37:7c2cb30d77c6
Child:
39:ddabcba6eff1
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:27 2017 +0100
+++ b/mbed_app.json	Wed Jul 26 14:47:11 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"]
         }
     }
 }