File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Adafruit CircuitPython NeoPixel
66 :target: https://circuitpython.readthedocs.io/projects/neopixel/en/latest/
77 :alt: Documentation Status
88
9- .. image :: https://badges.gitter.im/adafruit/circuitpython.svg
10- :target: https://gitter.im/adafruit/circuitpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
11- :alt: Gitter
12-
139.. image :: https://img.shields.io/discord/327254708534116352.svg
1410 :target: https://adafru.it/discord
1511 :alt: Discord
1612
13+ .. image :: https://travis-ci.org/adafruit/Adafruit_CircuitPython_NeoPixel.svg?branch=master
14+ :target: https://travis-ci.org/adafruit/Adafruit_CircuitPython_NeoPixel
15+ :alt: Build Status
16+
1717Higher level NeoPixel driver that presents the strip as a sequence. This is a
1818supercharged version of the original MicroPython driver. Its now more like a
1919normal Python sequence and features slice support, ``repr `` and ``len `` support.
You can’t perform that action at this time.
0 commit comments