You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The strip can be controlled either via hardware or software spi. The preferred m
6
6
## Wiring ##
7
7
The strip uses 5V spi lanes but the Raspberry uses 3.3V. We need to use an level converter to get rid of this problem. Connecting the strip directly to the Pi may cause harm to it.
8
8
9
-
The buttons will be connected with a 2kOhm pull down resistors each. The resistors will pull down the gpio to 0V if the buttons are not pressed. When the buttons are pressed gpio pins will be connected to the 3.3V lane which results in an high flag.
9
+
The buttons will be connected with a 2kOhm pull down resistor each. The resistors will pull down the gpio to 0V if the buttons are not pressed. When the buttons are pressed the gpio pins will be connected to the 3.3V lane which results in an high flag.
10
10
11
11
This example uses the hardware spi pins to connect the led strip.
12
12
@@ -198,4 +198,25 @@ Send a integer value between 0 and 255 to this topic to change the blue part of
198
198
Configures how many seconds the result should be displayed during the games.
199
199
200
200
#### /raspled/pong/result/delay/after ####
201
-
Configures how many seconds the final result should be displayed after the games.
201
+
Configures how many seconds the final result should be displayed after the games.
202
+
203
+
## Startup ##
204
+
Because of the service file the script will be started automatically during system boot.
0 commit comments