Skip to content

Commit 30485ed

Browse files
kattnitannewt
authored andcommitted
Updated neopixels to dostars in doc
:param bool auto_write used neopixels instead of dotstars. This has been updated.
1 parent e1d3b10 commit 30485ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dotstar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DotStar:
4040
:param ~microcontroller.Pin data: The pin to output dotstar data on.
4141
:param int n: The number of dotstars in the chain
4242
:param float brightness: Brightness of the pixels between 0.0 and 1.0
43-
:param bool auto_write: True if the neopixels should immediately change when set. If False, `show` must be called explicitly.
43+
:param bool auto_write: True if the dotstars should immediately change when set. If False, `show` must be called explicitly.
4444
4545
4646
Example for Gemma M0:

0 commit comments

Comments
 (0)