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

Committer:
mbed_official
Date:
Fri Jul 28 10:45:23 2017 +0100
Revision:
37:c9fd79974e96
Parent:
30:50dc9ff0b329
Child:
67:55c859f4efe0
Merge pull request #99 from bcostm/add_disco_l475vg

DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 1:72c60abef7e7 1 {
mbed_official 1:72c60abef7e7 2 "target_overrides": {
mbed_official 1:72c60abef7e7 3 "K64F": {
mbed_official 1:72c60abef7e7 4 "target.features_add": ["BLE"],
mbed_official 30:50dc9ff0b329 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:72c60abef7e7 6 },
mbed_official 1:72c60abef7e7 7 "NUCLEO_F401RE": {
mbed_official 1:72c60abef7e7 8 "target.features_add": ["BLE"],
mbed_official 1:72c60abef7e7 9 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 37:c9fd79974e96 10 },
mbed_official 37:c9fd79974e96 11 "DISCO_L475VG_IOT01A": {
mbed_official 37:c9fd79974e96 12 "target.features_add": ["BLE"],
mbed_official 37:c9fd79974e96 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:72c60abef7e7 14 }
mbed_official 1:72c60abef7e7 15 }
mbed_official 1:72c60abef7e7 16 }