aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrafael <[email protected]>2024-11-10 17:20:59 +0100
committerrafael <[email protected]>2024-11-10 17:20:59 +0100
commit32dcff39959bda11a7a3ef35fb3c77e172d46ae4 (patch)
treeb446e3c4e83b9cea10a13d6342e5af4352b1be6b
parentd6a8dce6eef22564160bf25b20528b8b78ec63b8 (diff)
add simple-robot to Embassy in the wild
-rw-r--r--docs/pages/embassy_in_the_wild.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pages/embassy_in_the_wild.adoc b/docs/pages/embassy_in_the_wild.adoc
index bb457a869..620794c31 100644
--- a/docs/pages/embassy_in_the_wild.adoc
+++ b/docs/pages/embassy_in_the_wild.adoc
@@ -2,6 +2,8 @@
2 2
3Here are known examples of real-world projects which make use of Embassy. Feel free to link:https://github.com/embassy-rs/embassy/blob/main/docs/pages/embassy_in_the_wild.adoc[add more]! 3Here are known examples of real-world projects which make use of Embassy. Feel free to link:https://github.com/embassy-rs/embassy/blob/main/docs/pages/embassy_in_the_wild.adoc[add more]!
4 4
5* link:https://github.com/1-rafael-1/simple-robot[A simple tracked robot based on Raspberry Pi Pico 2]
6** A hobbyist project building a tracked robot with basic autonomous and manual drive mode.
5* link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock] 7* link:https://github.com/1-rafael-1/pi-pico-alarmclock-rust[A Raspberry Pi Pico W Alarmclock]
6** A hobbyist project building an alarm clock around a Pi Pico W complete with code, components list and enclosure design files. 8** A hobbyist project building an alarm clock around a Pi Pico W complete with code, components list and enclosure design files.
7* link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware] 9* link:https://github.com/haobogu/rmk/[RMK: A feature-rich Rust keyboard firmware]