Algoritmo funcionando com a biblioteca de inatividade utilizando dos dados do acelerômetro e a biblioteca de PeakSearch se utilizando dos dados filtrados pelo filtro Kalman.

Dependencies:   mbed MatrixMath Matrix nrf51_rtc BMP180 MPU9250

Committer:
Rogercl
Date:
Sun Aug 04 11:38:08 2019 +0000
Revision:
6:e9a2bc040ada
Parent:
0:095b19b8fb7e
Algoritmo funcionando com a biblioteca de inatividade utilizando dos dados do acelerometro e a biblioteca de PeakSearch se utilizando dos dados filtrados pelo filtro Kalman.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Rogercl 0:095b19b8fb7e 1 {
Rogercl 0:095b19b8fb7e 2 "target_overrides": {
Rogercl 0:095b19b8fb7e 3 "K64F": {
Rogercl 0:095b19b8fb7e 4 "target.features_add": ["BLE"],
Rogercl 0:095b19b8fb7e 5 "target.extra_labels_add": ["ST_BLUENRG"],
Rogercl 0:095b19b8fb7e 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
Rogercl 0:095b19b8fb7e 7 },
Rogercl 0:095b19b8fb7e 8 "NUCLEO_F401RE": {
Rogercl 0:095b19b8fb7e 9 "target.features_add": ["BLE"],
Rogercl 0:095b19b8fb7e 10 "target.extra_labels_add": ["ST_BLUENRG"]
Rogercl 0:095b19b8fb7e 11 }
Rogercl 0:095b19b8fb7e 12 }
Rogercl 0:095b19b8fb7e 13 }