mirror of
https://github.com/gdsports/USBHost_t36
synced 2024-11-13 12:45:04 -05:00
d3e21b04c0
The main issue was I used a setup structure on the stack which turned into garbage. Earlier I thought the data was copied, but it was not... Found that fixing this resolved the earlier issue where I needed to defer the update. So removed the defered code, plus use member variable for the one byte output instead of static variable. |
||
---|---|---|
examples | ||
antplus.cpp | ||
antplusdefs.h | ||
ehci.cpp | ||
enumeration.cpp | ||
hid.cpp | ||
hub.cpp | ||
joystick.cpp | ||
keyboard.cpp | ||
keyboardHIDExtras.cpp | ||
keywords.txt | ||
library.properties | ||
memory.cpp | ||
midi.cpp | ||
mouse.cpp | ||
print.cpp | ||
serial.cpp | ||
USBHost_t36.h |