1 unstable release
0.1.0 | May 15, 2020 |
---|
#49 in #accelerometer
12KB
193 lines
LIS3DSH rust driver
This crate provides a driver for the LIS3DSH accelerometer based on the embedded-hal
crate's interfaces.
License
This crate is distributed under the MIT License. See the LICENSE
file for the full licence text.
lib.rs
:
A driver for the LIS3DSH accelerometer
This crate provides implementations using either the SPI and I2C interface,
with a simplified interface abstrcting away the serial port being used.
The embedded_hal
crate is used to define the interface to both serial
buses.
Dependencies
~71KB