A digital clock based on Teensy 3.2 and Rust
| .cargo | Move to built-in target in recent Rust nightly | |
| pictures | Write up stuff so far in README. | |
| src | WIP... | |
| .gitignore | It runs! With the Makefile instead of gcc crate | |
| Cargo.lock | WIP... | |
| Cargo.toml | Display HH:MM in CET / CEST local time. | |
| LICENSE | CC0 | |
| Makefile | WIP Rust build system | |
| mk20dx256.ld | Move to built-in target in recent Rust nightly | |
| README.md | Move most of README to the blog | |
| rebuild-libcore.sh | Support rustup override | |
DST-aware clock with Embedded Rust and Teensy
For years I’ve had a bedside clock that I made with a 7-segment display and a microcontroller. This new version of it moves from AVR ATmega (Arduino without the Arduino) to Teensy, from C++ to Rust, and it automatically switches to summer time (daylight saving time) and back.