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 a9379c3 commit db713feCopy full SHA for db713fe
README.rst
@@ -14,6 +14,10 @@ Adafruit CircuitPython NeoPixel
14
:target: https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel/actions/
15
:alt: Build Status
16
17
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
18
+ :target: https://github.com/psf/black
19
+ :alt: Code Style: Black
20
+
21
Higher level NeoPixel driver that presents the strip as a sequence. This is a
22
supercharged version of the original MicroPython driver. Its now more like a
23
normal Python sequence and features slice support, ``repr`` and ``len`` support.
0 commit comments