Skip to content

Commit

Permalink
Update 01_intro.md - correct minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAntliff authored Nov 7, 2023
1 parent 88bc692 commit efe6a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The goal of this book is to provide a getting-started guide on using the Rust programming language with Espressif SoCs and modules using `no_std` (bare metal) approach. To better understand this approach, see [Developing on Bare Metal (no_std)] chapter of [The Rust on ESP Book].

The introductory trail will introduce you to the basics of embedded development and how to make the embedded board interact with the outside world by reacting to a button press, and lighting and LED.
The introductory trail will introduce you to the basics of embedded development and how to make the embedded board interact with the outside world by reacting to a button press, and lighting an LED.

> Note that there are several examples covering the use of specific peripherals under the examples folder of every SoC `esp-hal`. E.g. [`esp32c3-hal/examples`]
Expand Down

0 comments on commit efe6a2c

Please sign in to comment.