123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef __MBA32A_H
- #define __MBA32A_H
- #include "main.h"
- extern bool resetBTmodule;
- extern uint8_t DtuBtKey[16];
- extern uint8_t iv[16];
- extern uint8_t g_MBA32A_8buf[500];
- extern uint8_t g_MBA32A_8buf_Down[500];
- extern uint16_t u5length;
- extern bool SdjfEmergency;
- extern bool btreflag;
- void workinfo_W(void);
- void open_close_lock(void);
- void MBA32A_Init(void);
- uint8_t sendCmd_BT(char *pCmd,char *pRes, uint32_t timeOut, uint8_t sendNum);
- void USART_SendString(UART_HandleTypeDef *huart,char *str);
- void modifyOledBmp(void);
- void lock_searchInfo(void);
- int dtu_test(void);
- #endif /*__MBA32A_H*/
|