raw_hid.h 157 B

12345678
  1. #ifndef _RAW_HID_H_
  2. #define _RAW_HID_H_
  3. void raw_hid_receive( uint8_t *data, uint8_t length );
  4. void raw_hid_send( uint8_t *data, uint8_t length );
  5. #endif