We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d96feb commit 3b17ce1Copy full SHA for 3b17ce1
src/08-leds-again/configuration.md
@@ -16,7 +16,7 @@ the *right* `GPIOE` pins as digital outputs. You'll have to:
16
17
- Figure out *which* pins you need to configure as digital outupts. (hint: check
18
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.
+- Read the documentation to understand what the bits in the `MODER` register do.
+- Modify the `MODER` register to configure the pins as digital outputs.
21
22
If successful, you'll see the 8 LEDs turn on when you run the program.
0 commit comments