ProfFan / dw3000-ng

BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Think about async interface #16

Open ProfFan opened 3 months ago

ProfFan commented 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.