aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorAquarel <[email protected]>2025-11-08 20:14:24 -0500
committerAquarel <[email protected]>2025-11-08 20:14:24 -0500
commit9d0fadee4ca2374376d47f82c23a42fe3d9babad (patch)
tree1d8449b2ee1da7e71fb2e1c43f5129b1ebfbf181 /docs/pages
parente187f43afce0f3b115c9cf37bd03b06ea0098943 (diff)
Add mini power supply project to Embassy in the Wild page
Diffstat (limited to 'docs/pages')
-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 3b58bb9b4..b0a16fc4c 100644
--- a/docs/pages/embassy_in_the_wild.adoc
+++ b/docs/pages/embassy_in_the_wild.adoc
@@ -4,6 +4,8 @@ Here are known examples of real-world projects which make use of Embassy. Feel f
4 4
5_newer entries at the top_ 5_newer entries at the top_
6 6
7* link:https://github.com/thataquarel/protovolt[ProtoV MINI: A USB-C mini lab power supply]
8** A dual-channel USB PD powered breadboard power supply based on the RP2040, running embedded graphics. Open-source schematics and firmware.
7* link:https://github.com/1-rafael-1/air-quality-monitor[Air Quality Monitor] 9* link:https://github.com/1-rafael-1/air-quality-monitor[Air Quality Monitor]
8** Air Quality Monitor based on rp2350 board, ens160 and aht21 sensors and ssd1306 display. Code and 3D printable enclosure included. 10** Air Quality Monitor based on rp2350 board, ens160 and aht21 sensors and ssd1306 display. Code and 3D printable enclosure included.
9* link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation] 11* link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation]