[package] name = "lsm303" version = "0.1.0" authors = ["Anthony Deschamps "] description = "Interface to the LSM303 digital accelerometer and magnetometer" repository = "https://github.com/adeschamps/lsm303.git" license = "MIT/Apache-2.0" readme = "README.md" documentation = "https://docs.rs/lsm303" [dependencies] bitflags = "0.9" byteorder = "1.1" dimensioned = "0.6" error-chain = "0.10" i2cdev = "0.3"