Skip to content

Commit aba55f9

Browse files
authored
Update README.md
Changed the language to be a bit stronger in recommending using the new book over the old books.
1 parent b4fa301 commit aba55f9

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
Discover the world of microcontrollers through [Rust](https://www.rust-lang.org/)!
44

5-
There are currently three versions of this book. All of them provide an
6-
introduction to microcontrollers and how to use Rust with them.
7-
The first is older and uses an F3 Discovery circuit board, while
8-
the second and third are newer and use a micro:bit circuit board instead.
5+
There are currently three versions of this book.
6+
All of them provide an introduction to microcontrollers and how to use Rust with them.
97

10-
- Read the latest book, using a micro:bit v2:
8+
- Read the current and best-maintained version of this book, using a micro:bit v2:
119
https://docs.rust-embedded.org/discovery-mb2/
12-
- Read the older book, using a micro:bit (v1 or v2):
10+
11+
There are also two *deprecated* versions of this book.
12+
Unless you need to work with a micro:bit v1 or an STM32F3 discovery board, it is *strongly* recommended that you use the new book instead.
13+
14+
- Read the older micro:bit book:
1315
https://docs.rust-embedded.org/discovery/microbit
1416
- Read the oldest book, using an F3 discovery board:
1517
https://docs.rust-embedded.org/discovery/f3discovery

0 commit comments

Comments
 (0)