#ifndef __special_motion_h__ #define __special_motion_h__ #include "press_down_detect.h" 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); #endif