aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-11-11 10:23:03 +0000
committerGitHub <[email protected]>2024-11-11 10:23:03 +0000
commit46f91151693c68c074293ddc4daf0c94058f9587 (patch)
tree01b3a4831b18c5001cffd51e07b47f5901ddb145 /docs
parent8b9b3ecd0fd6b8d696c52d0bc455aabf64cdad0e (diff)
parent32dcff39959bda11a7a3ef35fb3c77e172d46ae4 (diff)
Merge pull request #3522 from 1-rafael-1/simple-robot-embassyinthewild
add simple-robot to Embassy in the wild
Diffstat (limited to 'docs')
-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]