1234567891011121314151617181920212223242526 |
- #ifndef __INTERFACE_H
- #define __INTERFACE_H
- #include "main.h"
- void home(unsigned char L1_s);
- void mainMenu(void); //主菜单(SN+上锁)
- void SNbinding(void); //SN绑定界面
- void chooseBt(void); //蓝牙绑定
- void workMenu(void); //对锁作业
- //默认显示
- void setLock(void); //操作锁
- void dtustart(void);
- void tiemout(void);
- void ReadMba32aStatus(void);
- #endif /*__INTERFACE_H*/
|