Skip to content

Commit f4ebdde

Browse files
authored
fixed boot/config.txt text changes display
1 parent 703a98f commit f4ebdde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ 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+
118119
dtparam=spi=on
119120
enable_uart=1
120121

@@ -129,7 +130,7 @@ When initializing the ``NeoPixel`` object **always** do it with ``board.D10`` (G
129130
130131
import board
131132
import neopixel
132-
133+
133134
DATA_PIN = board.D10
134135
pixel = neopixel.NeoPixel(DATA_PIN, ...)
135136

0 commit comments

Comments
 (0)