ArduinoCore-avr/libraries
NicoHood c4fb153142 [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
..
EEPROM Added Arduino Zero exclusion to README 2015-09-28 11:29:18 +02:00
HID [PHID] Added SetReport function 2015-10-07 20:37:05 +02:00
SPI Added categories to libraries 2015-09-18 11:01:08 +02:00
SoftwareSerial Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
Wire Added categories to libraries 2015-09-18 11:01:08 +02:00