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

module.json

Committer:
qaz
Date:
2020-06-04
Revision:
83:b67e4bb6a087
Parent:
1:72c60abef7e7

File content as of revision 83:b67e4bb6a087:

{
  "name": "ble-heartrate",
  "version": "0.0.1",
  "description": "BLE Heartreate example, building with yotta",
  "licenses": [
    {
      "url": "https://spdx.org/licenses/Apache-2.0",
      "type": "Apache-2.0"
    }
  ],
  "dependencies": {
    "ble": "^2.0.0"
  },
  "targetDependencies": {},
  "bin": "./source"
}