bsp_interface.h 242 B

12345678910
  1. #ifndef __bsp_interface_h__
  2. #define __bsp_interface_h__
  3. #include "main.h"
  4. void sen_data_to_host(void);
  5. void send_to_phone_process(void);
  6. void send_motion_to_phone(uint8_t motion,uint16_t ts);
  7. void sen_wit_motion_data_to_host(void);
  8. #endif