aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-02-04 22:45:48 +0000
committerGitHub <[email protected]>2024-02-04 22:45:48 +0000
commita7415716b64c5fab80736903b3f6b05963ef9d59 (patch)
tree1dd4456090b9d4f1b89865a8d10034fd50ccb7c5 /docs
parente25eb6ca59dab559ce2fe4a532b5b7b5892a5b74 (diff)
parent4650a3566161ece4a743948129112402b9bb6e48 (diff)
Merge pull request #2524 from matoushybl/wild-air
docs: Embassy in the wild - add air quality monitoring system
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/embassy_in_the_wild.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
index a1c31bfc7..dfe9fd6e3 100644
--- a/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
+++ b/docs/modules/ROOT/pages/embassy_in_the_wild.adoc
@@ -7,3 +7,5 @@ Here are known examples of real-world projects which make use of Embassy. Feel f
7* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device 7* link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device
8** Targets the ESP32-S3 or ESP32-C6 MCU 8** Targets the ESP32-S3 or ESP32-C6 MCU
9* The link:https://github.com/lora-rs/lora-rs[lora-rs] project includes link:https://github.com/lora-rs/lora-rs/tree/main/examples/stm32l0/src/bin[various standalone examples] for NRF52840, RP2040, STM32L0 and STM32WL 9* The link:https://github.com/lora-rs/lora-rs[lora-rs] project includes link:https://github.com/lora-rs/lora-rs/tree/main/examples/stm32l0/src/bin[various standalone examples] for NRF52840, RP2040, STM32L0 and STM32WL
10** link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system]
11* Targets nRF52 and uses nrf-softdevice