Skip to content

Commit 3f644de

Browse files
authored
Merge pull request #36 from CarlKCarlK/patch-1
Add Embassy Clock project details to data.yml
2 parents 5660a6f + c760298 commit 3f644de

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

data.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
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:
61+
- https://www.youtube.com/watch?v=oA63CXMFSGI
5662
# Template for new entries
5763

5864
# Project name

0 commit comments

Comments
 (0)