File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,14 @@ processor within the microcontroller package and provides the processor with ext
24
24
After all, the processor, on its own, can only do math and logic.
25
25
26
26
This particular register controls General Purpose Input/Output (GPIO) * pins* (GPIO * is* a
27
- peripheral) and can be used to * drive* each of those pins * low* or * high* . On the nRF52833, these
28
- pins are organized in
27
+ peripheral) and can be used to * drive* each of those pins
28
+ * low* or * high* .
29
+
30
+ (On the nRF52833 there are more than 32
31
+ GPIOs, yet the CPU is 32-bit. Thus, the GPIO
32
+ pins are organized in two groups "P0" and "P1", with a set of registers
33
+ for reading, writing and configuring each group. The address
34
+ above is the address of the output register for the P0 pins.)
29
35
30
36
## An aside: LEDs, digital outputs and voltage levels
31
37
You can’t perform that action at this time.
0 commit comments