1234567891011121314 |
- #ifndef detect_step_by_acc_h
- #define detect_step_by_acc_h
- #include "hal_mt.h"
- #include "hal_flash.h"
- #include "main.h"
- void detect_step_by_acc(uint32_t time_stamp, float *acc, int *x_zero, int *y_zero, int *z_zero, int *zupt);
- #endif
|