Skip to content

Commit 05c2d9b

Browse files
committed
lint
1 parent db698da commit 05c2d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neopixel_spi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ class NeoPixel_SPI(_pixelbuf.PixelBuf):
8181
:param bool auto_write: True if the neopixels should immediately change when set. If False,
8282
``show`` must be called explicitly.
8383
:param tuple pixel_order: Set the pixel color channel order. GRBW is set by default.
84-
:param int frequency: SPI bus frequency. For 800kHz NeoPixels, use 6400000 (default). For 400kHz,
85-
use 3200000.
84+
:param int frequency: SPI bus frequency. For 800kHz NeoPixels, use 6400000 (default).
85+
For 400kHz, use 3200000.
8686
:param float reset_time: Reset low level time in seconds. Default is 80e-6.
8787
:param byte bit0: Bit pattern to set timing for a NeoPixel 0 bit.
8888
:param byte bit1: Bit pattern to set timing for a NeoPixel 1 bit.

0 commit comments

Comments
 (0)