You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to discuss how we can add async impl from embedded-hal-async:0.2 and impls for embedded-hal:1.0, both currently in alpha version.
Main discussion point is how we can abstract the current trait Bus and rely on the embedded-hal traits for FourWire & ThreeWire with support for exclusive SPI bus or a shared one.
The text was updated successfully, but these errors were encountered:
I would like to discuss how we can add async impl from
embedded-hal-async:0.2
and impls forembedded-hal:1.0
, both currently in alpha version.Main discussion point is how we can abstract the current
trait Bus
and rely on the embedded-hal traits for FourWire & ThreeWire with support for exclusive SPI bus or a shared one.The text was updated successfully, but these errors were encountered: