Does USB Host Shield library have non-blocking functions / options?

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”)

Unfortunately, we cannot help you with that. Perhaps the library author can answer that question, Anybody else with experience using that library?