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 d706947 commit 57fbedfCopy full SHA for 57fbedf
README.rst
@@ -12,6 +12,10 @@ CircuitPython_RGBLED
12
:target: https://github.com/adafruit/Adafruit_CircuitPython_RGBLED/actions
13
:alt: Build Status
14
15
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
16
+ :target: https://github.com/psf/black
17
+ :alt: Code Style: Black
18
+
19
CircuitPython driver for RGB LEDs. Works with native microcontroller pins,
20
`Adafruit Blinka <https://github.com/adafruit/Adafruit_Blinka>`_, or the `PCA9685 PWM driver <https://www.adafruit.com/product/815>`_.
21
0 commit comments