Crates.io | tm1637-embedded-hal |
lib.rs | tm1637-embedded-hal |
version | 0.5.1 |
created_at | 2024-05-06 17:59:02.389747+00 |
updated_at | 2025-05-29 06:55:12.851323+00 |
description | A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async. |
homepage | |
repository | https://github.com/JadKHaddad/tm1637 |
max_upload_size | |
id | 1231330 |
size | 176,942 |
A platform agnostic driver to interface with the TM1637
(7-segment display) using the embedded-hal
and embedded-hal-async
traits.
ack
: Enables the driver to use the InputPin
trait for the DIO
pin and wait for the acknowledgment signal from the display.defmt
: Implements defmt::Format
for structs and enums.See examples directory or visit wokwi.com.
See demo.
Rust
generic-tm1637-gpio-driver-rustRust
tm1637-rsC
TM1637-DriverArduino
TM1637Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.