1
0
Fork
You've already forked teensy-clock
0
A digital clock based on Teensy 3.2 and Rust
Rust 86.7%
Makefile 9%
Shell 4.3%
2025年09月02日 11:07:05 +02:00
.cargo Move to built-in target in recent Rust nightly 2016年10月23日 19:32:54 +02:00
pictures Write up stuff so far in README. 2016年10月23日 23:45:11 +02:00
src WIP... 2017年05月08日 16:46:53 +02:00
.gitignore It runs! With the Makefile instead of gcc crate 2016年09月18日 12:05:39 +02:00
Cargo.lock WIP... 2017年05月08日 16:46:53 +02:00
Cargo.toml Display HH:MM in CET / CEST local time. 2016年10月23日 21:01:59 +02:00
LICENSE CC0 2025年09月01日 21:48:32 +02:00
Makefile WIP Rust build system 2016年09月18日 11:38:34 +02:00
mk20dx256.ld Move to built-in target in recent Rust nightly 2016年10月23日 19:32:54 +02:00
README.md Move most of README to the blog 2025年09月02日 11:07:05 +02:00
rebuild-libcore.sh Support rustup override 2016年10月09日 21:41:11 +02:00

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.

See detailed write up on the blog