Skip to content

Commit 4f9fcaa

Browse files
bors[bot]ole
andauthored
Merge #298
298: Fix typo in 'Memory Mapped Registers' r=adamgreig a=ole Co-authored-by: Ole Begemann <ole@oleb.net>
2 parents 09986cd + 8f9890d commit 4f9fcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/registers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You may well find that the code you need to access the peripherals in your micro
2222

2323
## Board Crate
2424

25-
A board crate is the perfect starting point, if you're new to embedded Rust. They nicely abstracts the HW details that might be overwelming when starting studying this subject, and makes standard tasks easy, like turning a LED on or off. The functionality they exposes varies a lot between boards. Since this book aims at staying hardware agnostic, the board crates won't be covered by this book.
25+
A board crate is the perfect starting point, if you're new to embedded Rust. They nicely abstract the HW details that might be overwelming when starting studying this subject, and makes standard tasks easy, like turning a LED on or off. The functionality they exposes varies a lot between boards. Since this book aims at staying hardware agnostic, the board crates won't be covered by this book.
2626

2727
If you want to experiment with the STM32F3DISCOVERY board, it is highly recommmand to take a look at the [stm32f3-discovery] board crate, which provides functionality to blink the board LEDs, access its compass, bluetooth and more. The [Discovery] book offers a great introduction to the use of a board crate.
2828

0 commit comments

Comments
 (0)