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
Nico 741d5dff9e [PHID] send data if report ID was sent successful
If the first sending was not successful it is better to abort. Then we get a return value of -1 (instead of -2 if the 2nd call will also fail) and we do not need to block even longer, with another timeout.
2015-10-30 12:58:14 +01:00
..
HID.cpp [PHID] send data if report ID was sent successful 2015-10-30 12:58:14 +01:00
HID.h Added return value to HID SendReport 2015-10-30 12:58:14 +01: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