7 lines
167 B
C
7 lines
167 B
C
#define DEVICE_VID 0x16c0
|
|
#define DEVICE_PID 0x05dc
|
|
|
|
#define USBRQ_VENDOR_RESET 0
|
|
#define USBRQ_VENDOR_SET 1
|
|
#define USBRQ_VENDOR_GET 2
|
|
#define USBRQ_VENDOR_PULSE 3
|