mba32a.h 370 B

1234567891011121314151617181920212223242526
  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 ReU5Proces(void);
  10. void event_lock(void);
  11. void open_lock(void);
  12. #endif /*__MBA32A_H*/