mba32a.h 403 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef __MBA32A_H
  2. #define __MBA32A_H
  3. #include "main.h"
  4. void MBA32A_Init(void);
  5. void USART_SendString(UART_HandleTypeDef *huart,char *str);
  6. void Lock_OandC(void);
  7. uint8_t sendCmd_BT(char *pCmd,char *pRes, uint32_t timeOut, uint8_t sendNum);
  8. extern char autoRe[1024];
  9. void OpenCloseLock(void);
  10. void event_lock(void);
  11. void open_close_lock(void);
  12. extern bool ConnOk;
  13. #endif /*__MBA32A_H*/