1 unstable release
0.1.0 | Jul 9, 2024 |
---|
#1056 in Hardware support
37 downloads per month
2KB
I didn't like embedded-hal
's API for SpiDevice
, so I made my own, called SpiHandle
. Just call select
on the handle and you will get something that implements SpiBus
that gauruntees exclusive access of the bus until it is dropped.
Dependencies
~78KB