1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/hardware/arduino/avr/libraries/HID
NicoHood c8867462a8 [PHID] Added SetReport function
This commit just shows other that this option is available and not implemented.
You may use this to determine the Led Lights state of a keyboard or transmit data via RAWHID from the PC.

Quick usage guide:
int length = ((setup.wValueH << 8) | setup.wLength);
USB_RecvControl((uint8_t* data, USB_EP_SIZE); // Needs to be splitted into USB_EP_SIZE packets, not shown here. See HID Project.
2015-10-07 20:37:05 +02:00
..
HID.cpp [PHID] Added SetReport function 2015-10-07 20:37:05 +02:00
HID.h [PUSB] Made getDescriptor() and setup() more flexible 2015-10-07 19:02:40 +02:00
keywords.txt rework HID-based libraries and add Due fallback 2015-07-16 13:13:53 +02:00
library.properties Added categories to libraries 2015-09-18 11:01:08 +02:00