diff options
| author | xoviat <[email protected]> | 2023-07-22 17:06:04 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-22 17:06:04 -0500 |
| commit | fbcc587eca63b038e0e878a58b0b21ba54bc21d8 (patch) | |
| tree | 7a0f9dde534eb3978789330b6e98c032a971b20c /README.md | |
| parent | fbe30b2453a4bdbacd091aa1804b416bcb4e0706 (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -33,6 +33,7 @@ The <a href="https://docs.embassy.dev/embassy-net/">embassy-net</a> network stac | |||
| 33 | 33 | ||
| 34 | - **Bluetooth** - | 34 | - **Bluetooth** - |
| 35 | The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers. | 35 | The <a href="https://github.com/embassy-rs/nrf-softdevice">nrf-softdevice</a> crate provides Bluetooth Low Energy 4.x and 5.x support for nRF52 microcontrollers. |
| 36 | The <a href="https://github.com/embassy-rs/embassy/tree/main/embassy-stm32-wpan">embassy-stm32-wpan</a> crate provides Bluetooth Low Energy 5.x support for stm32wb microcontrollers. | ||
| 36 | 37 | ||
| 37 | - **LoRa** - | 38 | - **LoRa** - |
| 38 | <a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking. | 39 | <a href="https://docs.embassy.dev/embassy-lora/">embassy-lora</a> supports LoRa networking. |
| @@ -125,6 +126,8 @@ For example: | |||
| 125 | cargo run --release --bin blinky | 126 | cargo run --release --bin blinky |
| 126 | ``` | 127 | ``` |
| 127 | 128 | ||
| 129 | For more help getting started, see [Getting Started][1] and [Running the Examples][2]. | ||
| 130 | |||
| 128 | ## Developing Embassy with Rust Analyzer based editors | 131 | ## Developing Embassy with Rust Analyzer based editors |
| 129 | 132 | ||
| 130 | The [Rust Analyzer](https://rust-analyzer.github.io/) is used by [Visual Studio Code](https://code.visualstudio.com/) | 133 | 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 | |||
| 157 | 160 | ||
| 158 | at your option. | 161 | at your option. |
| 159 | 162 | ||
| 163 | [1]: https://github.com/embassy-rs/embassy/wiki/Getting-Started | ||
| 164 | [2]: https://github.com/embassy-rs/embassy/wiki/Running-the-Examples | ||
