mba32a.h 521 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #ifndef __MBA32A_H
  2. #define __MBA32A_H
  3. #include "main.h"
  4. extern uint8_t g_MBA32A_8buf[1024];
  5. extern uint8_t g_MBA32A_8buf_Down[1024];
  6. extern uint8_t u5RecvFlag;
  7. extern char receiveBuffer[100];
  8. extern bool resetMBA32A ;
  9. void MBA32A_Init(void);
  10. void MBA32AReset(void);
  11. void clearBuf_BT(void);
  12. uint8_t sendCmd_BT(char *pCmd, char *pRes, uint32_t timeOut, uint8_t sendNum);
  13. void workinfo(void);
  14. void lock_searchInfo(void);
  15. void close_lock(void);
  16. void open_lock(void);
  17. #endif /*__MBA32A_H*/