Rahix / shared-bus

Crate for sharing buses between multiple devices
Apache License 2.0
129 stars 34 forks source link

Implement i2c proxy for embedded-hal 1.0.0-alpha.8 #36

Closed Rahix closed 2 years ago

Rahix commented 2 years ago

Some drivers and HALs have already started using the embedded-hal alpha releases so it seems we really need to add support for them now.

As a starting point, implement i2c sharing ontop of the blocking I2C trait from the embedded-hal alpha 8.