lis2de12 0.1.3

Blocking and async driver for the LIS2DE12 accelerometer with I2C and SPI support
Documentation
[build-dependencies.device-driver-generation]
version = "1.0.7"

[build-dependencies.prettyplease]
version = "0.2.37"

[build-dependencies.proc-macro2]
version = "1.0.103"

[build-dependencies.syn]
features = ["full"]
version = "2.0.111"

[dependencies.accelerometer]
version = "0.12.0"

[dependencies.defmt]
optional = true
version = "1.0.1"

[dependencies.device-driver]
default-features = false
features = ["yaml"]
version = "1.0.3"

[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.embedded-hal-async]
optional = true
version = "1.0.0"

[dev-dependencies]

[features]
async = ["dep:embedded-hal-async"]
default = []
defmt-03 = ["dep:defmt", "device-driver/defmt-03"]
embassy = ["async", "defmt-03"]

[lib]
name = "lis2de12"
path = "src/lib.rs"

[lints.clippy]
correctness = "forbid"
pedantic = "deny"
perf = "forbid"
style = "forbid"
suspicious = "forbid"

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"

[package]
authors = ["Gerzain Mata <leftger@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "hardware-support", "no-std"]
description = "Blocking and async driver for the LIS2DE12 accelerometer with I2C and SPI support"
edition = "2024"
include = ["src/**/*.rs", "build.rs", "Cargo.toml", "README.md", "LICENSE*", "src/lis2de12.yaml"]
keywords = ["accelerometer", "sensor", "i2c", "spi", "embedded-hal-driver"]
license = "MIT OR Apache-2.0"
name = "lis2de12"
readme = "README.md"
repository = "https://github.com/leftger/lis2de12"
version = "0.1.3"