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:
parent
634258ccf0
commit
663018751d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user