riscv-rust / e310x-hal

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

add SpiSharedDevice #37

Closed almindor closed 3 years ago

almindor commented 3 years ago

See this issue for a long description.

This implementation keeps the main Spi struct usable directly as an exclusive device for backwards compatibility.