aboutsummaryrefslogtreecommitdiff
path: root/docs/pages
diff options
context:
space:
mode:
authorAquarel <[email protected]>2025-11-08 20:40:27 -0500
committerAquarel <[email protected]>2025-11-08 20:40:27 -0500
commit97db3cd2cd81104e1632f969d0e23df5c61e40b0 (patch)
tree603f0e216e005d98db8f705d8f78634e9ceb5b34 /docs/pages
parente187f43afce0f3b115c9cf37bd03b06ea0098943 (diff)
Add opentrig 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..9c29ff4eb 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/Dawson-HEP/opentrig/[Opentrig: A particle physics trigger and data acquisition system]
8** Digital event trigger with threshold, data acquisition system designed to interface with AIDA-2020 TLU systems, tested at the DESY II Test Beam Facility. Based on the RP2040, and Embassy's async event handling.
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]