Open ProfFan opened 3 months ago
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.
.await
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
.await
s.