From 9d0fadee4ca2374376d47f82c23a42fe3d9babad Mon Sep 17 00:00:00 2001 From: Aquarel <54329158+ThatAquarel@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:14:24 -0500 Subject: Add mini power supply project to Embassy in the Wild page --- docs/pages/embassy_in_the_wild.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 _newer entries at the top_ +* link:https://github.com/thataquarel/protovolt[ProtoV MINI: A USB-C mini lab power supply] +** A dual-channel USB PD powered breadboard power supply based on the RP2040, running embedded graphics. Open-source schematics and firmware. * link:https://github.com/1-rafael-1/air-quality-monitor[Air Quality Monitor] ** Air Quality Monitor based on rp2350 board, ens160 and aht21 sensors and ssd1306 display. Code and 3D printable enclosure included. * link:https://github.com/CarlKCarlK/clock[Embassy Clock: Layered, modular bare-metal clock with emulation] -- cgit