1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-09 09:11:50 +02:00

Fix bare metal microcontroller part number. (#2065)

Small update, the microb:bit V2 has the nRF52833, the nRF51822 was from
V1.
This commit is contained in:
Carlos Pereira Atencio 2024-05-28 12:52:49 +01:00 committed by GitHub
parent 634258ccf0
commit 663018751d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ underneath us. This will be divided into several parts:
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](https://tech.microbit.org/hardware/) based on the Nordic
nRF51822 microcontroller with some LEDs and buttons, an I2C-connected
nRF52833 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. On gLinux or Debian: