You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd been using micros for the timeout of an interrupt read and this was causing some very very janky behaviour that I was struggling to debug. The docs don't mention the unit required for timeouts and it seems 1 millisecond is the lowest I can go.
It would also be nice to have a non-blocking read/write_interrupt call.
The text was updated successfully, but these errors were encountered:
I'd been using micros for the timeout of an interrupt read and this was causing some very very janky behaviour that I was struggling to debug. The docs don't mention the unit required for timeouts and it seems 1 millisecond is the lowest I can go.
It would also be nice to have a non-blocking read/write_interrupt call.
The text was updated successfully, but these errors were encountered: