File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ Adafruit CircuitPython NeoPixel
6
6
:target: https://circuitpython.readthedocs.io/projects/neopixel/en/latest/
7
7
:alt: Documentation Status
8
8
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
-
13
9
.. image :: https://img.shields.io/discord/327254708534116352.svg
14
10
:target: https://adafru.it/discord
15
11
:alt: Discord
16
12
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
+
17
17
Higher level NeoPixel driver that presents the strip as a sequence. This is a
18
18
supercharged version of the original MicroPython driver. Its now more like a
19
19
normal Python sequence and features slice support, ``repr `` and ``len `` support.
You can’t perform that action at this time.
0 commit comments