I’m using Oleg’s USB Host Shield library with a DF Robot USB Host shield and have a small test program for reading mouse inputs. When the mouse is not being used, I want to do other processing but the USB.Task() function seems to block while waiting for events. It does seem to return occasionally (seemingly unpredictably).
Are there options to set or a time-out that I can reduce to get non-blocking processing?
Thanks,
Fred
(sorry, should have been posted under “Microcontrollers and Programming”)