ldc3114 0.2.0

Driver crate for the TI LDC3114 inductance-to-digital converter
Documentation
[dependencies.defmt]
optional = true
version = "1.0.0"

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

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

[features]
async = ["dep:embedded-hal-async"]
defmt = ["dep:defmt"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std"]
description = "Driver crate for the TI LDC3114 inductance-to-digital converter"
documentation = "https://docs.rs/ldc3114"
edition = "2024"
exclude = [".github"]
keywords = ["inductance", "driver", "i2c"]
license = "MIT OR Apache-2.0"
name = "ldc3114"
readme = "README.md"
repository = "https://github.com/andresovela/ldc3114-rs"
version = "0.2.0"