[dependencies.defmt]
optional = true
version = "0.3"
[dependencies.embedded-hal]
version = "1.0"
[dependencies.embedded-hal-async]
optional = true
version = "1.0"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.maybe-async-cfg]
version = "0.2.5"
[features]
async = ["dep:embedded-hal-async"]
blocking = []
default = ["blocking", "log"]
defmt = ["dep:defmt"]
log = ["dep:log"]
[lib]
name = "lis2dtw12"
path = "src/lib.rs"
[package]
authors = ["Janek Graff <janek.graff@posteo.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std", "hardware-support", "asynchronous", "no-std::no-alloc"]
description = "no_std library for the LIS2DTW12 dual motion and temperature sensor using embedded-hal traits"
edition = "2021"
exclude = [".github", "memory.x", ".cargo", "rust-toolchain.toml"]
keywords = ["embedded-hal", "no_std", "accelerometer", "sync", "async"]
license = "Apache-2.0 OR MIT"
name = "lis2dtw12"
readme = "README.md"
repository = "https://github.com/JanekGraff/lis2dtw12-rs"
version = "0.2.0"