Skip to content

Commit 72abaae

Browse files
authored
Add Embassy Clock project details to data.yml
no_std Raspberry Pi Pico clock that showcases async Embassy [At RustConf 25/Unconf, Bart Massey mentioned the Showcase.]
1 parent 5660a6f commit 72abaae

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

data.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@
5252
author_website: https://windfis.ch
5353
description: An open-source, open-hardware MIDI-USB-interface supporting up to 16 MIDI ports, more MIDI routing features to come. Firmware is written using the Rust RTIC framework.
5454
image: https://github.com/Windfisch/midikraken/raw/master/hardware/img/midikraken_trs_din_ui.jpg
55-
55+
- name: Embassy Clock
56+
website: https://github.com/CarlKCarlK/clock
57+
author: Carl Kadie & Brad Gibson
58+
author_website: https://medium.com/@carlmkadie/how-rust-embassy-shine-on-embedded-devices-part-2-aad1adfccf72
59+
description: "no_std Raspberry Pi Pico clock that showcases async Embassy: layered tasks handle multiplexing, blinking, and single‑button input without an RTOS. Drives a 4‑digit 7‑segment display (HH:MM/MM:SS, time‑set). Heapless types; Renode emulation included."
60+
video: https://www.youtube.com/watch?v=oA63CXMFSGI
5661
# Template for new entries
5762

5863
# Project name

0 commit comments

Comments
 (0)