tm1637-embedded-hal

Crates.iotm1637-embedded-hal
lib.rstm1637-embedded-hal
version0.5.1
created_at2024-05-06 17:59:02.389747+00
updated_at2025-05-29 06:55:12.851323+00
descriptionA platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async.
homepage
repositoryhttps://github.com/JadKHaddad/tm1637
max_upload_size
id1231330
size176,942
Jad K. Haddad (JadKHaddad)

documentation

README

TM1637

Build Status crates.io Crates.io (MSRV) docs.rs Crates.io (Downloads) Crates.io (License)

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

"ruSt" on a 4-digit display

Features

  • 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.

Usage

See examples directory or visit wokwi.com.

example

Demo

See demo.

Other Repositories

License

Licensed under either of

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.

Commit count: 290

cargo fmt