Skip to content

Commit

Permalink
Update gpio.md
Browse files Browse the repository at this point in the history
Adding a note to explain that the pinmux must be used before attempting to the use the GPIO on the Raspberry Pi's header.
  • Loading branch information
GrassHopper1977 authored Jan 2, 2025
1 parent efb65eb commit 4e96f29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/ip/gpio.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ The input and output registers have the same bit mapping.

When the output enable is set to zero it instead acts as an input pin.

Note: Before using the Raspberry Pi HAT header's GPIO you should use the pinmux to configure them as input or output.

## Arduino Shield

The Arduino Shield header has 14 pins that can act as GPIO.
Expand Down

0 comments on commit 4e96f29

Please sign in to comment.