footPDR_prev.h 303 B

123456789101112131415
  1. #ifndef __foot_pdr_prev_h__
  2. #define __foot_pdr_prev_h__
  3. #include "main.h"
  4. #include "ekfPDR.h"
  5. #include "matrixOperations.h"
  6. #include "motion_config.h"
  7. #include "nrf_nvmc.h"
  8. unsigned char footPDR_prev(uint32_t num, float *gyr, float *acc, int16_t vel_zero, int32_t* pos_res, int16_t* att);
  9. #endif