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