From d38a60a4091f016b9dcdc2c721957ddf93720781 Mon Sep 17 00:00:00 2001 From: Tom Hirschberger Date: Mon, 5 Oct 2020 10:05:59 +0100 Subject: [PATCH] fixed headlines in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfbf0ba..0fb4ba8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This example uses the GPIO21. 10, 12 and 18 are supported, also. ![Wiring WS2813](https://github.com/Tom-Hirschberger/PythonLedControl/raw/master/ledcontrol-WS2813.png "Wiring WS2813") -### Wiring WS281X (except WS2813)### +### Wiring WS281X (except WS2813) ### This example uses the GPIO21. 10, 12 and 18 are supported, also. ![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 You need to set "LED_BTN_TRIGGER_ON_HIGH=0" in the environment file to get this setup work! -### Wiring the Buttons with pull-up resistors and capacitors### +### Wiring the Buttons with pull-up resistors and capacitors ### 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. This setup is more robust against influnces of other electronical devices like frigerators or microwaves than the one which only uses pull-up resistors.