2 releases
new 0.1.1 | Apr 10, 2025 |
---|---|
0.1.0 | Jul 9, 2024 |
#13 in #spi
68 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