Skip to content

Commit 3d8ffb1

Browse files
OleMchlsmattludwigs
authored andcommitted
Include more info on pull-up/pull-down
As I recently had to read too many crap myself, I found the official docs quite helpful to understand this feature.
1 parent 4f88751 commit 3d8ffb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ sync.
119119

120120
### Internal pull-up/pull-down
121121

122-
To connect or disconnect an internal pull-up or pull-down resistor to a GPIO
122+
To connect or disconnect an internal [pull-up or pull-down resistor](https://github.com/raspberrypilearning/physical-computing-guide/blob/master/pull_up_down.md) to a GPIO
123123
pin, call the `set_pull_mode` function.
124124

125125
```elixir

0 commit comments

Comments
 (0)