6 releases (breaking)
new 0.5.0-alpha.1 | Dec 27, 2024 |
---|---|
0.4.0 | Sep 28, 2024 |
0.3.0 | Sep 7, 2024 |
0.2.1 | Aug 31, 2024 |
0.1.0 | May 6, 2024 |
#237 in Embedded development
89 downloads per month
165KB
4K
SLoC
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.
Dependencies
~1–1.7MB
~34K SLoC