custom_hid_test.h 274 B

12345678910111213141516171819
  1. #ifndef __CUSTOM_HID_TEST_H
  2. #define __CUSTOM_HID_TEST_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include "stm32g4xx_hal.h"
  7. //
  8. void usb_test_init(void);
  9. //
  10. void usb_test_rx_data_copy(uint8_t *data);
  11. //
  12. void usb_test_set_rx_flag(void);
  13. #endif /* __CUSTOM_HID_TEST_H */