From fbcc587eca63b038e0e878a58b0b21ba54bc21d8 Mon Sep 17 00:00:00 2001
From: xoviat <49173759+xoviat@users.noreply.github.com>
Date: Sat, 22 Jul 2023 17:06:04 -0500
Subject: [PATCH] update readme
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 28407b8bc..c4c01dfbc 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ The embassy-net network stac
- **Bluetooth** -
The nrf-softdevice crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers.
+The embassy-stm32-wpan crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers.
- **LoRa** -
embassy-lora supports LoRa networking.
@@ -125,6 +126,8 @@ For example:
cargo run --release --bin blinky
```
+For more help getting started, see [Getting Started][1] and [Running the Examples][2].
+
## Developing Embassy with Rust Analyzer based editors
The [Rust Analyzer](https://rust-analyzer.github.io/) is used by [Visual Studio Code](https://code.visualstudio.com/)
@@ -157,3 +160,5 @@ This work is licensed under either of
at your option.
+[1]: https://github.com/embassy-rs/embassy/wiki/Getting-Started
+[2]: https://github.com/embassy-rs/embassy/wiki/Running-the-Examples