adafruit-circuitpython-neopixel-spi 1.0.7__py3-none-any.whl → 1.0.9__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adafruit-circuitpython-neopixel-spi
3
- Version: 1.0.7
3
+ Version: 1.0.9
4
4
  Summary: SPI driven CircuitPython driver for neopixels.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ neopixel_spi.py,sha256=YtAv2M-vUCsQvT75UBptuKwfivGoNoCNgQe0Qmdy8iA,4998
2
+ adafruit_circuitpython_neopixel_spi-1.0.9.dist-info/LICENSE,sha256=EFpnLnp5eI09hxxqi18nHBUguTbDfGuO3Bm_KaqpArE,1104
3
+ adafruit_circuitpython_neopixel_spi-1.0.9.dist-info/METADATA,sha256=fZDjotCTrd1A21_MtwL6B1-5b7MLxwgkg4Pg278l7Bw,3665
4
+ adafruit_circuitpython_neopixel_spi-1.0.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ adafruit_circuitpython_neopixel_spi-1.0.9.dist-info/top_level.txt,sha256=v6NiqPn5-jxczWEC0XFJpzBwT6cWdyNtTHFvoTxpq9U,13
6
+ adafruit_circuitpython_neopixel_spi-1.0.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
neopixel_spi.py CHANGED
@@ -35,7 +35,7 @@ except ImportError:
35
35
  import adafruit_pixelbuf
36
36
  from adafruit_bus_device.spi_device import SPIDevice
37
37
 
38
- __version__ = "1.0.7"
38
+ __version__ = "1.0.9"
39
39
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI.git"
40
40
 
41
41
  # Pixel color order constants
@@ -1,6 +0,0 @@
1
- neopixel_spi.py,sha256=82Ofn3eNoeYBPZjm8WodyS1OQaPKWqujOQneG8EThKc,4998
2
- adafruit_circuitpython_neopixel_spi-1.0.7.dist-info/LICENSE,sha256=EFpnLnp5eI09hxxqi18nHBUguTbDfGuO3Bm_KaqpArE,1104
3
- adafruit_circuitpython_neopixel_spi-1.0.7.dist-info/METADATA,sha256=KyEZ4lI_em878Ndhq1OVor9DR3MUSGpV2QPDXwx6o6k,3665
4
- adafruit_circuitpython_neopixel_spi-1.0.7.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
5
- adafruit_circuitpython_neopixel_spi-1.0.7.dist-info/top_level.txt,sha256=v6NiqPn5-jxczWEC0XFJpzBwT6cWdyNtTHFvoTxpq9U,13
6
- adafruit_circuitpython_neopixel_spi-1.0.7.dist-info/RECORD,,