Skip to content

Commit 3b17ce1

Browse files
committed
s/registry/register/g
1 parent 2d96feb commit 3b17ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/08-leds-again/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the *right* `GPIOE` pins as digital outputs. You'll have to:
1616

1717
- Figure out *which* pins you need to configure as digital outupts. (hint: check
1818
Section 6.4 LEDs of the *User Manual* (page 18)).
19-
- Read the documentation to understand what the bits in the `MODER` registry do.
20-
- Modify the `MODER` registry to configure the pins as digital outputs.
19+
- Read the documentation to understand what the bits in the `MODER` register do.
20+
- Modify the `MODER` register to configure the pins as digital outputs.
2121

2222
If successful, you'll see the 8 LEDs turn on when you run the program.

0 commit comments

Comments
 (0)