slave_shoes.h 276 B

123456789101112131415
  1. #ifndef __slave_shoes_h__
  2. #define __slave_shoes_h__
  3. #include "main.h"
  4. #include "footPDR.h"
  5. #include "send_data.h"
  6. void slave_shoes(int time_stamp, float gyr[3], float acc[3], float mag[3], uint16_t s_press,
  7. int32_t s_pos[3], int16_t s_att[3], int16_t s_zupt);
  8. #endif