embedded-hal
embedded-hal copied to clipboard
embedded-hal-bus does not impliment embedded-hal-async traits, despite claiming to
Despite it being stated that the async
feature "enables embedded-hal-async support", there is no code implementation of this. Async shared busses would be very useful, especially for crates which only support the embedded-hal-async I2C traits, to be able to safely share i2c busses over.