Skip to content

Mention the latest discovery book #594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

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

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

- Read the newer book, using a micro:bit:
- Read the latest book, using a micro:bit v2:
https://docs.rust-embedded.org/discovery-mb2/
- Read the older book, using a micro:bit (v1 or v2):
https://docs.rust-embedded.org/discovery/microbit
- Read the older book, using an F3 discovery board:
- Read the oldest book, using an F3 discovery board:
https://docs.rust-embedded.org/discovery/f3discovery
- Start working on the examples from this repository
- You've got questions?
Expand Down
9 changes: 5 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

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

There are currently two versions of this book. The first is older and uses an
There are currently three versions of this book. The first is older and uses an
F3 Discovery circuit board to introduce you to microcontrollers and Rust, while
the second is newer and uses a micro:bit circuit board instead.
the second and third are newer and use a micro:bit circuit board instead.

- [Read the newer book, using a micro:bit](https://docs.rust-embedded.org/discovery/microbit)
- [Read the older book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery)
- [Read the latest book, using a micro:bit v2](https://docs.rust-embedded.org/discovery-mb2/)
- [Read the older book, using a micro:bit v1 or v2](https://docs.rust-embedded.org/discovery/microbit)
- [Read the oldest book, using an F3 discovery board](https://docs.rust-embedded.org/discovery/f3discovery)
- Start working on the examples from this repository
- You've got questions?
- Have a look at our [discussions section on
Expand Down
Loading