Implement embedded_hal::spi Traits
alexkl-rugged-controls opened this issue · 2 comments
alexkl-rugged-controls commented
Now that embedded_hal has reached 1.0 - would it be possible to unify the traits against embedded_hal::spi?
ryankurte commented
spidev is just a rust implementation of the linux spidev APIs, you might be looking for linux-embedded-hal which provides embedded-hal compatible wrappers?
alexkl-rugged-controls commented
Huh, apologies! That's exactly what I want.