TM1637
A platform agnostic driver to interface with the TM1637
(7-segment display) using the embedded-hal
and embedded-hal-async
traits.
Features
The following features are available:
ack
: enables the driver to use theInputPin
trait for theDIO
pin and wait for the acknowledgment signal from the display.defmt
: implementsdefmt::Format
for structs and enums.
Usage
See examples directory or visit wokwi.com.
Demo
See demo.
Other Repositories
Rust
generic-tm1637-gpio-driver-rustRust
tm1637-rsC
TM1637-DriverArduino
TM1637
License
Licensed under either of
- Apache License, Version 2.0. LICENSE-APACHE or Apache-2.0 license
- MIT license. LICENSE-MIT or MIT license
Contribution
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.