Skip to content

Commit d38a60a

Browse files
author
Tom Hirschberger
committed
fixed headlines in readme
1 parent aaca3be commit d38a60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This example uses the GPIO21. 10, 12 and 18 are supported, also.
2121

2222
![Wiring WS2813](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol-WS2813.png "Wiring WS2813")
2323

24-
### Wiring WS281X (except WS2813)###
24+
### Wiring WS281X (except WS2813) ###
2525
This example uses the GPIO21. 10, 12 and 18 are supported, also.
2626

2727
![Wiring WS281X](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol-WS281X.png "Wiring WS281X")
@@ -42,7 +42,7 @@ This setup is more robust against influnces of other electronical devices like f
4242

4343
You need to set "LED_BTN_TRIGGER_ON_HIGH=0" in the environment file to get this setup work!
4444

45-
### Wiring the Buttons with pull-up resistors and capacitors###
45+
### Wiring the Buttons with pull-up resistors and capacitors ###
4646
GPIO pins do not have an inital default state. To get one we connect an resistor to the VCC and to the pin. The GPIO then is high and will be set to low if the switch is pressed and the connection to the ground pin is closed.
4747

4848
This setup is more robust against influnces of other electronical devices like frigerators or microwaves than the one which only uses pull-up resistors.

0 commit comments

Comments
 (0)