lis331 0.1.1

An embedded-hal driver for the LIS331 (DLH, HH) accelerometer that implements the generic accelerometer trait
1
2
3
4
5
// Necessary because of this issue: https://github.com/rust-lang/cargo/issues/9641
fn main() -> anyhow::Result<()> {
    embuild::build::CfgArgs::output_propagated("ESP_IDF")?;
    embuild::build::LinkArgs::output_propagated("ESP_IDF")
}