We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d3b10 commit 30485edCopy full SHA for 30485ed
adafruit_dotstar.py
@@ -40,7 +40,7 @@ class DotStar:
40
:param ~microcontroller.Pin data: The pin to output dotstar data on.
41
:param int n: The number of dotstars in the chain
42
: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.
+ :param bool auto_write: True if the dotstars should immediately change when set. If False, `show` must be called explicitly.
44
45
46
Example for Gemma M0:
0 commit comments