handle_bus.h 410 B

1234567891011121314151617
  1. /*
  2. * handle_bus.h
  3. *
  4. * Created on: 2025Äê11ÔÂ26ÈÕ
  5. * Author: wulianwei
  6. */
  7. #ifndef CODE_BUSINESS_HANDLE_BUS_H_
  8. #define CODE_BUSINESS_HANDLE_BUS_H_
  9. void handleSign(unsigned char *s, unsigned short sl);
  10. void handleSign2(unsigned char *s, unsigned short sl);
  11. void handleGUI(unsigned char *s, unsigned short sl);
  12. void handleUSBLineStatus(unsigned char status);
  13. #endif /* CODE_BUSINESS_HANDLE_BUS_H_ */