From 97db3cd2cd81104e1632f969d0e23df5c61e40b0 Mon Sep 17 00:00:00 2001 From: Aquarel <54329158+ThatAquarel@users.noreply.github.com> Date: Sat, 8 Nov 2025 20:40:27 -0500 Subject: Add opentrig project to Embassy in the Wild page --- docs/pages/embassy_in_the_wild.adoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/pages') 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 _newer entries at the top_ +* link:https://github.com/Dawson-HEP/opentrig/[Opentrig: A particle physics trigger and data acquisition system] +** 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. * 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