| Crates.io | i2c-linux-sys |
| lib.rs | i2c-linux-sys |
| version | 0.2.1 |
| created_at | 2018-03-15 19:11:51.516516+00 |
| updated_at | 2022-04-09 21:10:26.766495+00 |
| description | Linux i2c-dev ioctls |
| homepage | |
| repository | https://github.com/arcnmx/i2c-linux-sys-rs |
| max_upload_size | |
| id | 55850 |
| size | 26,086 |
i2c-linux-sys is a Rust crate for interfacing with Linux I2C devices, binding
the types and ioctls from linux/i2c-dev.h and linux/i2c.h. See i2c-linux
or i2cdev for higher level and
safer interfaces to the Linux I2C subsystem.
See the documentation for up to date information.