hal_usr.h 193 B

12345678910111213141516
  1. #ifndef __hal_usr_h__
  2. #define __hal_usr_h__
  3. #include "main.h"
  4. void USR_Init(void);
  5. void USR_Process(void);
  6. void send_protocol(uint8_t dex,uint8_t cmd,uint8_t* dat,uint8_t len);
  7. #endif