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 e5d9746 commit 7b738e0Copy full SHA for 7b738e0
README.rst
@@ -78,6 +78,11 @@ This example demonstrates the library with the single built-in DotStar on the
78
pixels = adafruit_dotstar.DotStar(board.APA102_SCK, board.APA102_MOSI, 1)
79
pixels[0] = (10, 0, 0)
80
81
+Documentation
82
+=============
83
+
84
+API documentation for this library can be found on `Read the Docs <https://circuitpython.readthedocs.io/projects/dotstar/en/latest/>`_.
85
86
Contributing
87
============
88
0 commit comments