lis3dh-spi

build_workflow Crates.io Version Crates.io Downloads No Std

This crate is a no_std driver for the LIS3DH accelerometer using SPI.

Datasheet

https://www.st.com/resource/en/datasheet/lis3dh.pdf

About this driver

TODO add Description

Usage

Add this to your Cargo.toml:

toml [dependencies] lis3dh-spi = "0.1.0"

And this to your main.rs

rust //SPI #TODO add example