12345678910111213141516171819202122232425262728293031 |
- #ifndef __MBA32A_H
- #define __MBA32A_H
- #include "main.h"
- void MBA32A_Init(void);
- void USART_SendString(UART_HandleTypeDef *huart,char *str);
- void Lock_OandC(void);
- uint8_t sendCmd_BT(char *pCmd,char *pRes, uint32_t timeOut, uint8_t sendNum);
- extern char autoRe[1024];
- void OpenCloseLock(void);
- void event_lock(void);
- void open_close_lock(void);
- extern bool ConnOk;
- #endif /*__MBA32A_H*/
|