Skip to content

Commit 66dfabc

Browse files
authored
Update README.md
1 parent 182756f commit 66dfabc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ To use this module, add it to the modules array in the `config/config.js` file:
5353
},
5454
},
5555
````
56+
On some Raspberry Pis it is neccesary to put the following line to /boot/config.txt for the GPIO where "rotary press (SW)" is connected:
57+
````
58+
gpio=19=ip,pu
59+
````
60+
<b>Background:</b> Sets your GPIO 19 as input (ip) and pull up (pu)
61+
Change the entry according to the GPIO pin you use.
62+
63+
5664
## Configuration options
5765

5866
The following properties can be configured:

0 commit comments

Comments
 (0)