Combines a working system to save force, acceleration and gyro data to an SD card in a MAX32630 with BLE_Heartrate taken from the mbed site.

Dependencies:   USBMSD_BD BMI160 HX711 max32630fthr USBDevice

Revision:
37:c9fd79974e96
Parent:
30:50dc9ff0b329
Child:
67:55c859f4efe0
--- a/mbed_app.json	Wed Jul 19 18:15:24 2017 +0100
+++ b/mbed_app.json	Fri Jul 28 10:45:23 2017 +0100
@@ -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"]
         }
     }
 }