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:
67:55c859f4efe0
Parent:
37:c9fd79974e96
Child:
73:633b44bce5fc
--- a/mbed_app.json	Wed Aug 29 14:45:32 2018 +0100
+++ b/mbed_app.json	Tue Sep 04 14:30:31 2018 +0100
@@ -2,15 +2,15 @@
     "target_overrides": {
         "K64F": {
             "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["ST_BLUENRG"]
+            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },
         "NUCLEO_F401RE": {
             "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["ST_BLUENRG"]
+            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         },
         "DISCO_L475VG_IOT01A": {
             "target.features_add": ["BLE"],
-            "target.extra_labels_add": ["ST_BLUENRG"]
+            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
         }
     }
 }