bsp.h 170 B

123456789101112131415
  1. #ifndef _BSP_H_
  2. #define _BSP_H_
  3. void ModemSendAt(char *p);
  4. void CreateSerialAtThead(void);
  5. void Ble_SendAT(char *data,int len);
  6. void CreateUART1_Thread();
  7. #endif