adafruit-circuitpython-neopixel 6.3.13__py3-none-any.whl → 6.3.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of adafruit-circuitpython-neopixel might be problematic. Click here for more details.
- {adafruit_circuitpython_neopixel-6.3.13.dist-info → adafruit_circuitpython_neopixel-6.3.15.dist-info}/METADATA +3 -2
- adafruit_circuitpython_neopixel-6.3.15.dist-info/RECORD +6 -0
- {adafruit_circuitpython_neopixel-6.3.13.dist-info → adafruit_circuitpython_neopixel-6.3.15.dist-info}/WHEEL +1 -1
- neopixel.py +1 -1
- adafruit_circuitpython_neopixel-6.3.13.dist-info/RECORD +0 -6
- {adafruit_circuitpython_neopixel-6.3.13.dist-info → adafruit_circuitpython_neopixel-6.3.15.dist-info}/LICENSE +0 -0
- {adafruit_circuitpython_neopixel-6.3.13.dist-info → adafruit_circuitpython_neopixel-6.3.15.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: adafruit-circuitpython-neopixel
|
|
3
|
-
Version: 6.3.
|
|
3
|
+
Version: 6.3.15
|
|
4
4
|
Summary: CircuitPython library for NeoPixel LEDs.
|
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
|
6
6
|
License: MIT
|
|
@@ -58,6 +58,7 @@ Dependencies
|
|
|
58
58
|
This driver depends on:
|
|
59
59
|
|
|
60
60
|
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
|
|
61
|
+
* `Adafruit CircuitPython Pixelbuf library <https://github.com/adafruit/Adafruit_CircuitPython_Pixelbuf>`_
|
|
61
62
|
|
|
62
63
|
Please ensure all dependencies are available on the CircuitPython filesystem.
|
|
63
64
|
This is easily achieved by downloading
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
neopixel.py,sha256=yb2SrjQ3M5z0nbDme0mTJPFQSOnNCCdZt9YTR3vhyBc,5038
|
|
2
|
+
adafruit_circuitpython_neopixel-6.3.15.dist-info/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
|
|
3
|
+
adafruit_circuitpython_neopixel-6.3.15.dist-info/METADATA,sha256=m5t2DAQydykG7Kiu8xiniRM39qi9cCFcQ31bf2BZsyA,6144
|
|
4
|
+
adafruit_circuitpython_neopixel-6.3.15.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
5
|
+
adafruit_circuitpython_neopixel-6.3.15.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
|
|
6
|
+
adafruit_circuitpython_neopixel-6.3.15.dist-info/RECORD,,
|
neopixel.py
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
neopixel.py,sha256=MqmolYL1peXr87M6zA68BUlCti35x7UXZApAozd6r60,5038
|
|
2
|
-
adafruit_circuitpython_neopixel-6.3.13.dist-info/LICENSE,sha256=z_ypcU6FIB47QfUALXdEHz3sbP7W5KSUy3YzmFLIl8w,1142
|
|
3
|
-
adafruit_circuitpython_neopixel-6.3.13.dist-info/METADATA,sha256=zsMpbqCfaes0i9GqSWmvyWDHgrpKiCldvDW1sxpELOc,6037
|
|
4
|
-
adafruit_circuitpython_neopixel-6.3.13.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
|
5
|
-
adafruit_circuitpython_neopixel-6.3.13.dist-info/top_level.txt,sha256=4Vx2uj1m66N8r0BTOEkPYDuhk-Vv8KOqOldkkJSeib4,9
|
|
6
|
-
adafruit_circuitpython_neopixel-6.3.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|