i2c
is a crate providing traits for working with an I2C bus.
The generic traits in i2c
must be implemented by an I2C master/driver in order
to be used:
- i2c-linux with the
i2c
feature. - i2c-i2cdev for the i2cdev crate.
- nvapi with the
i2c
feature. - Possibly other downstream crates
See the documentation for up to date information.