1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 23:19:20 +02:00

Add more details about micro:bit.

This commit is contained in:
Andrew Walbran 2023-03-03 18:02:06 +00:00
parent de1be63b82
commit a5e784e010

View File

@ -9,7 +9,9 @@ be divided into several parts:
* Some useful crates for bare-metal Rust development.
For the microcontroller part of the course we will use the [BBC micro:bit](https://microbit.org/) v2
as an example. It's a development board based on the Nordic nRF51822 microcontroller.
as an example. It's a [development board](https://tech.microbit.org/hardware/) based on the Nordic
nRF51822 microcontroller with some LEDs and buttons, an I2C-connected accelerometer and compass, and
an on-board SWD debugger.
To get started, install some tools we'll need later: