ryan-summers / shared-bus-rtic

Provides macros and type definitions for using shared-bus in an RTIC application
MIT License
16 stars 3 forks source link

Adding support for spi::FullDuplex #2

Closed ryan-summers closed 4 years ago

ryan-summers commented 4 years ago

This PR adds support for the spi::FullDuplex<T> trait as well as the blocking::spi::Write<T> and blocking::spi::Transfer<T> traits (instead of just u8 implementations).

This fixes #1