detect_step_by_acc.h 173 B

1234567891011121314
  1. #ifndef detect_step_by_acc_h
  2. #define detect_step_by_acc_h
  3. #include "hal_mt.h"
  4. #include "app_flash.h"
  5. #include "main.h"
  6. void detect_step_by_acc(int16_t *acc);
  7. #endif