detect_step_by_acc.h 242 B

1234567891011121314
  1. #ifndef detect_step_by_acc_h
  2. #define detect_step_by_acc_h
  3. #include "hal_mt.h"
  4. #include "hal_flash.h"
  5. #include "main.h"
  6. void detect_step_by_acc(uint32_t time_stamp, float *acc, int *x_zero, int *y_zero, int *z_zero, int *zupt);
  7. #endif