rust-embedded / linux-embedded-hal

Implementation of the `embedded-hal` traits for Linux devices
Apache License 2.0
232 stars 40 forks source link

Async `SpiDevice`? #114

Open mjsir911 opened 3 months ago

mjsir911 commented 3 months ago

Hi,

I'm trying to use #110 for some async needs and ran into the need for an SpiDevice satisfying embedded_hal_async::spi::SpiDevice.

Do y'all know if there's any work going into that? I'll probably take a stab at implementing it if I can't find anything.