4 releases
Uses old Rust 2015
0.2.0 | May 12, 2018 |
---|---|
0.1.2 | Feb 19, 2018 |
0.1.1 | Jan 17, 2018 |
0.1.0 | Jan 17, 2018 |
#9 in #compass
425 downloads per month
Used in 4 crates
(2 directly)
12KB
233 lines
lsm303dlhc
A platform agnostic driver to interface with the LSM303DLHC (accelerometer + compass)
What works
- Reading the accelerometer
- Reading the compass and temperature sensor
TODO
- Make sure this works with the
i2cdev
crate (i.e. with the Raspberry Pi) - Configuration. e.g. selecting the accelerometer / compass sensing range / sensitivity.
- How to make the API compatible with device specific features like DMA and interrupts?
- ???
Examples
You should find at least one example in the f3 crate.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~370KB