diff options
| author | Ulf Lilleengen <[email protected]> | 2024-05-18 15:02:49 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-05-21 10:05:21 +0200 |
| commit | 797f5c1e5e45e35b25721492950ae0247632d0d4 (patch) | |
| tree | 40697ddaff7b5dcbf2b3eae0c5229de3bf93aa5b /docs/pages | |
| parent | 2991099daa5b1cfbc7b67f358497ec4821c71a53 (diff) | |
add book ci script
Diffstat (limited to 'docs/pages')
| -rw-r--r-- | docs/pages/embassy_in_the_wild.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/embassy_in_the_wild.adoc b/docs/pages/embassy_in_the_wild.adoc index a7d63f990..93ff58146 100644 --- a/docs/pages/embassy_in_the_wild.adoc +++ b/docs/pages/embassy_in_the_wild.adoc | |||
| @@ -10,8 +10,8 @@ Here are known examples of real-world projects which make use of Embassy. Feel f | |||
| 10 | * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device | 10 | * link:https://github.com/card-io-ecg/card-io-fw[Card/IO firmware] - firmware for an open source ECG device |
| 11 | ** Targets the ESP32-S3 or ESP32-C6 MCU | 11 | ** Targets the ESP32-S3 or ESP32-C6 MCU |
| 12 | * 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 | 12 | * 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 |
| 13 | ** link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] | 13 | * link:https://github.com/matoushybl/air-force-one[Air force one: A simple air quality monitoring system] |
| 14 | *** Targets nRF52 and uses nrf-softdevice | 14 | ** Targets nRF52 and uses nrf-softdevice |
| 15 | 15 | ||
| 16 | * link:https://github.com/schmettow/ylab-edge-go[YLab Edge Go] and link:https://github.com/schmettow/ylab-edge-pro[YLab Edge Pro] projects develop | 16 | * link:https://github.com/schmettow/ylab-edge-go[YLab Edge Go] and link:https://github.com/schmettow/ylab-edge-pro[YLab Edge Pro] projects develop |
| 17 | firmware (RP2040, STM32) for capturing physiological data in behavioural science research. Included so far are: | 17 | firmware (RP2040, STM32) for capturing physiological data in behavioural science research. Included so far are: |
