Skip to content

Commit bbb8e81

Browse files
committed
Some typos
1 parent d80e235 commit bbb8e81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ I started the project using the Espressif IDF (a powerful tool indeed) but switc
1717
I am involved with.
1818
- Time is something I on my hands right now and am happy to struggle a bit, possibly even contribute back to the
1919
ecosystem.
20-
- I chose the `#[no_std]` (i.e. no Espressif IDF) option, mostly to feel out the ecosystem in a pure RUst world. This
20+
- I chose the `#[no_std]` (i.e. no Espressif IDF) option, mostly to feel out the ecosystem in a pure Rust world. This
2121
is an art piece after all.
2222

2323
## Hardware Requirements
2424
This project is based around the ESP32 family of embedded microprocessors with some basic requirements and a standard
2525
LS2812 LED strip.
26-
- ESP32C6 dev board. I chose the ESP32C6 because it has A v5.0 BlueTooth stack that includes BLE as well as an 802.15
26+
- ESP32C6 dev board. I chose the ESP32C6 because it has a v5.0 BlueTooth stack that includes BLE as well as an 802.15
2727
stack which supports the ZigBee proximity detection used in [HiveMind](https://cpbotha.net/2024/08/10/afrikaburn-2018-hivemind-proximity/).
2828
I also prefer the [RISC-V](https://en.wikipedia.org/wiki/RISC-V) instruction set over Xtensa mostly because RISC-V is
2929
directly supported by LLVM and the Rust compiler. You can use pretty much any ESP32 processor that supports RMT and
@@ -53,7 +53,7 @@ compilers for your targeted hardware. The tools you will need are:
5353

5454

5555
## Building and running
56-
Builds are mostly managed by cargo but we use the awesome[just](https://github.com/casey/just) tool to automate
56+
Builds are mostly managed by cargo, but we use the awesome [just](https://github.com/casey/just) tool to automate
5757
some of the builds. Running `just --list` will show all the available tasks.
5858

5959

0 commit comments

Comments
 (0)