Closed dimpolo closed 1 year ago
Hello, yes, it works, and process_async
doesn't blocks, other async tasks are running when waiting for response!
But yes, timers will be good, because now cpu can't sleep when waiting for response.
Thanks for your help!
Thanks for your help!
I thinked a bit about timers... maybe pass async fn to async pn532 constructor? And run this user-provided function after every ready check?
fixes #11
@averyanalex could you check if this works for you?