Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 576 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 576 Bytes

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