special_motion.h 254 B

12345678910
  1. #ifndef __special_motion_h__
  2. #define __special_motion_h__
  3. #include "press_down_detect.h"
  4. void special_motion(int time_stamp, uint16_t h_press, uint16_t s_press, int16_t h_pos[3], int16_t s_pos[3], int16_t *down, int16_t *jump, float acc[3]);
  5. #endif