| 1234567891011121314151617 |
- /*
- * handle_bus.h
- *
- * Created on: 2025Äê11ÔÂ26ÈÕ
- * Author: wulianwei
- */
- #ifndef CODE_BUSINESS_HANDLE_BUS_H_
- #define CODE_BUSINESS_HANDLE_BUS_H_
- void handleSign(unsigned char *s, unsigned short sl);
- void handleSign2(unsigned char *s, unsigned short sl);
- void handleGUI(unsigned char *s, unsigned short sl);
- void handleUSBLineStatus(unsigned char status);
- #endif /* CODE_BUSINESS_HANDLE_BUS_H_ */
|