robotrs / rust-wpilib

Port of WPILib (https://github.com/wpilibsuite/allwpilib) to Rust
MIT License
26 stars 6 forks source link

I2C Interface #5

Open kylestach opened 7 years ago

kylestach commented 7 years ago

Create an I2C interface, equivalent to WPILib's I2C class, to deal with I2C buses.

Ahmad-Bamba commented 7 years ago

I've worked on something for this issue as well