We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ada5a2 commit 703a98fCopy full SHA for 703a98f
README.rst
@@ -115,13 +115,12 @@ Setup for sudo-less usage on Raspberry Pi boards
115
1. Enable both SPI and Serial port hardware (Serial interface). Do it by ``raspi-config`` tool or manually by adding
116
117
::
118
-
119
dtparam=spi=on
120
enable_uart=1
121
122
to the ``/boot/config.txt``
123
124
-2. Reboot the Pi to apply the changes - the hardware setup takes place during boot.
+2. Reboot the Pi to apply the changes - the hardware setup takes place during boot.
125
3. Connect LED's DIN to ``GPIO10`` (physical pin 19)
126
127
When initializing the ``NeoPixel`` object **always** do it with ``board.D10`` (GPIO10)
0 commit comments