tm1637-embedded-hal 0.5.0-alpha.1

A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async.
Documentation
[package]

name = "tm1637-embedded-hal"

version = "0.5.0-alpha.1"

edition = "2021"

authors = ["Jad K. Haddad <jadkhaddad@gmail.com>"]

description = "A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async."

repository = "https://github.com/JadKHaddad/tm1637"

license = "MIT OR Apache-2.0"

keywords = ["tm1637", "embedded-hal", "no-std", "embedded"]

readme = "../README.md"



[features]

default = []

ack = []

defmt = ["dep:defmt"]



[dependencies]

duplicate = "2.0.0"

embedded-hal-async = { version = "1.0.0" }

embedded-hal = { version = "1.0.0" }

defmt = { version = "0.3.6", optional = true }

auto_enums = "0.8.6"

futures = { version = "0.3.31", default-features = false }



[package.metadata.docs.rs]

all-features = true

rustdoc-args = ["--cfg", "docsrs"]