A platform agnostic driver to interface with the MMA7660FC 3-Axis Accelerometer via I2C
This chip can be found on Seeed's Grove 3-Axis Digital Accelerometer(±1.5g)
This driver was built using [embedded-hal
] traits.
Read the detailed documentation here
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.
The following resources were consulted when making this driver: - https://www.nxp.com/docs/en/data-sheet/MMA7660FC.pdf - https://github.com/japaric/lsm303dlhc - https://github.com/therealprof/mag3110 - https://github.com/Seeed-Studio/Accelerometer_MMA7660 - http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/ - https://blog.dbrgn.ch/2018/3/13/rust-mcp3425-driver/