riscv-rust / e310x-hal

Implementation of the `embedded-hal` traits for E310x microcontrollers
17 stars 18 forks source link

SPI: send/receive-only mode #12

Closed laanwj closed 5 years ago

laanwj commented 5 years ago

Currently the SPI driver assumes bidirectional communication. To use a peripheral that is send-only or receive-only, a dummy pin needs to be sacrificed.

Disasm commented 5 years ago

Implemented in cdbbf18ccfea9eab676efbc9d36b9f80a630f865

laanwj commented 5 years ago

awesome, thanks !