Skip to content

Commit 703a98f

Browse files
Kasperrortannewt
andauthored
Apply suggestions from code review
removed trailing whitespaces leading pylint to raise errors Co-authored-by: Scott Shawcroft <scott@tannewt.org>
1 parent 9ada5a2 commit 703a98f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,12 @@ Setup for sudo-less usage on Raspberry Pi boards
115115
1. Enable both SPI and Serial port hardware (Serial interface). Do it by ``raspi-config`` tool or manually by adding
116116

117117
::
118-
119118
dtparam=spi=on
120119
enable_uart=1
121120

122121
to the ``/boot/config.txt``
123122

124-
2. Reboot the Pi to apply the changes - the hardware setup takes place during boot.
123+
2. Reboot the Pi to apply the changes - the hardware setup takes place during boot.
125124
3. Connect LED's DIN to ``GPIO10`` (physical pin 19)
126125

127126
When initializing the ``NeoPixel`` object **always** do it with ``board.D10`` (GPIO10)

0 commit comments

Comments
 (0)