esp32_tm1637

Crates.ioesp32_tm1637
lib.rsesp32_tm1637
version0.1.2
sourcesrc
created_at2023-11-30 18:43:50.711048
updated_at2023-12-01 13:33:05.32811
descriptionYet another platform agnostic driver for a LED-display powered by TM1637 chip
homepage
repositoryhttps://github.com/SeTSeR/esp32-tm1637
max_upload_size
id1054358
size28,399
Sergey (SeTSeR)

documentation

README

Platform-agnostic driver for TM1637

This repository contains a driver for seven-segment display TM1637. It was implemented using embedded-hal, so it should be platform-agnostic, though examples use ESP32. Several examples are included, e. g. simple digital clocks or just sending some bytes around.

Checking out

Building:

cargo build

Running an example:

cargo run --profile=lto --example=clocks
Commit count: 12

cargo fmt