ryankurte / rust-driver-pal

Rust embedded SPI helper / testing package
1 stars 6 forks source link

Support transactional SPI #3

Closed ryankurte closed 4 years ago

ryankurte commented 4 years ago

Blocked on https://github.com/rust-embedded/embedded-hal/pull/178

TODO: drop spi::Write and spi::Transfer bounds when they can be replaced with a spi::Transactional::exec call