1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- #ifndef __MBA32A_H
- #define __MBA32A_H
- #include "main.h"
- extern uint8_t g_MBA32A_8buf[1024];
- extern uint8_t g_MBA32A_8buf_Down[1024];
- extern uint8_t u5RecvFlag;
- extern char receiveBuffer[100];
- extern bool resetMBA32A ;
- void MBA32A_Init(void);
- void MBA32AReset(void);
- void clearBuf_BT(void);
- uint8_t sendCmd_BT(char *pCmd, char *pRes, uint32_t timeOut, uint8_t sendNum);
- void workinfo(void);
- void lock_searchInfo(void);
- void close_lock(void);
- void open_lock(void);
- #endif /*__MBA32A_H*/
|