Skip to content

Commit 6630187

Browse files
authored
Fix bare metal microcontroller part number. (#2065)
Small update, the microb:bit V2 has the nRF52833, the nRF51822 was from V1.
1 parent 634258c commit 6630187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bare-metal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ underneath us. This will be divided into several parts:
2121
For the microcontroller part of the course we will use the
2222
[BBC micro:bit](https://microbit.org/) v2 as an example. It's a
2323
[development board](https://tech.microbit.org/hardware/) based on the Nordic
24-
nRF51822 microcontroller with some LEDs and buttons, an I2C-connected
24+
nRF52833 microcontroller with some LEDs and buttons, an I2C-connected
2525
accelerometer and compass, and an on-board SWD debugger.
2626

2727
To get started, install some tools we'll need later. On gLinux or Debian:

0 commit comments

Comments
 (0)