bd18378 0.1.0

Platform-Agnostic Driver for ROHM BD18378 12CH LED Driver IC
Documentation
[dependencies.embedded-hal]
version = "1.0.0"

[dependencies.strum]
default-features = false
features = ["derive"]
version = "0.27.1"

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

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

[package]
authors = ["Florian Penn <uekue1@googlemail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-Agnostic Driver for ROHM BD18378 12CH LED Driver IC"
edition = "2021"
exclude = ["doc/*"]
keywords = ["embedded", "bd18378", "led", "driver"]
license = "MIT OR Apache-2.0"
name = "bd18378"
readme = "README.md"
repository = "https://github.com/Uekue/bd18378-rs/"
version = "0.1.0"

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

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

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