fix: add missing file
This commit is contained in:
parent
7d1257caa0
commit
a40186f3cb
1 changed files with 13 additions and 0 deletions
13
embassy-stm32-wpan/README.md
Normal file
13
embassy-stm32-wpan/README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# embassy-stm32-wpan
|
||||||
|
|
||||||
|
Async WPAN (short range wireless) on STM32WB families.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Rust interface to the WPAN stack running on the STM32WB co-processor .
|
||||||
|
- Controller trait implementation for the [stm32wb-hci](https://crates.io/crates/stm32wb-hci) crate.
|
||||||
|
- Embassy-net driver implementation for 802.15.4 MAC.
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
See the [stm32wb examples](https://github.com/embassy-rs/embassy/tree/main/examples/stm32wb).
|
Loading…
Reference in a new issue