hal_usr.h 237 B

123456789101112131415
  1. #ifndef __hal_usr_h__
  2. #define __hal_usr_h__
  3. #include "main.h"
  4. extern uint8_t is_host;
  5. void USR_Init(void);
  6. void USR_process(void);
  7. void USR_UnInit(void);
  8. void send_protocol(uint8_t dex,uint8_t cmd,uint8_t* dat,uint8_t len);
  9. #endif