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
The current API is mostly sync, but this is not great: we are wasting a lot of CPU reading SPI. We need an async version of the API so that these can be put into .awaits.
The current API is mostly sync, but this is not great: we are wasting a lot of CPU reading SPI. We need an async version of the API so that these can be put into
.awaits.