tca9554 0.1.1

Driver for the TCA9554(A) I/O expander.
Documentation
[dependencies.defmt]
optional = true
version = "1"

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

[dev-dependencies.embedded-hal-mock]
features = ["embedded-hal-async"]
version = "0.11.1"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.48.0"

[features]
defmt = ["dep:defmt"]

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

[package]
authors = ["Jacob Gelman <oss@jacobgelman.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "embedded", "hardware-support"]
description = "Driver for the TCA9554(A) I/O expander."
documentation = "https://docs.rs/tca9554"
edition = "2024"
homepage = "https://github.com/ladvoc/tca9554-rs"
keywords = ["embedded-hal-driver", "embassy", "async", "i2c"]
license = "MIT"
name = "tca9554"
readme = "README.md"
repository = "https://github.com/ladvoc/tca9554-rs"
version = "0.1.1"

[profile.release]
lto = true

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"