adafruit-circuitpython-pcf8575 1.0.10__py3-none-any.whl → 1.0.11__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.
- {adafruit_circuitpython_pcf8575-1.0.10.dist-info → adafruit_circuitpython_pcf8575-1.0.11.dist-info}/METADATA +1 -1
- adafruit_circuitpython_pcf8575-1.0.11.dist-info/RECORD +6 -0
- {adafruit_circuitpython_pcf8575-1.0.10.dist-info → adafruit_circuitpython_pcf8575-1.0.11.dist-info}/WHEEL +1 -1
- adafruit_pcf8575.py +1 -1
- adafruit_circuitpython_pcf8575-1.0.10.dist-info/RECORD +0 -6
- {adafruit_circuitpython_pcf8575-1.0.10.dist-info → adafruit_circuitpython_pcf8575-1.0.11.dist-info}/licenses/LICENSE +0 -0
- {adafruit_circuitpython_pcf8575-1.0.10.dist-info → adafruit_circuitpython_pcf8575-1.0.11.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,6 @@
|
|
1
|
+
adafruit_pcf8575.py,sha256=teGQVXtETEBXmzF-fcrxIheeEn5PXHaoYJZF7TMHD1U,6800
|
2
|
+
adafruit_circuitpython_pcf8575-1.0.11.dist-info/licenses/LICENSE,sha256=ScTVWEI1T6rq1ZhQw1RqjeGqtXlQhEjsrf0eu0UplE0,1098
|
3
|
+
adafruit_circuitpython_pcf8575-1.0.11.dist-info/METADATA,sha256=aft0GSnyNovtN-ZL5_mg1X9-1AFbg0CMTvLOY_cj25g,4243
|
4
|
+
adafruit_circuitpython_pcf8575-1.0.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
5
|
+
adafruit_circuitpython_pcf8575-1.0.11.dist-info/top_level.txt,sha256=ljpqZNSdBL_6xWXBRvpa7FbAvcR0pYtl8HaTB5rAthk,17
|
6
|
+
adafruit_circuitpython_pcf8575-1.0.11.dist-info/RECORD,,
|
adafruit_pcf8575.py
CHANGED
@@ -38,7 +38,7 @@ import digitalio
|
|
38
38
|
from adafruit_bus_device.i2c_device import I2CDevice
|
39
39
|
from micropython import const
|
40
40
|
|
41
|
-
__version__ = "1.0.
|
41
|
+
__version__ = "1.0.11"
|
42
42
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git"
|
43
43
|
|
44
44
|
PCF8575_I2CADDR_DEFAULT: int = const(0x20) # Default I2C address
|
@@ -1,6 +0,0 @@
|
|
1
|
-
adafruit_pcf8575.py,sha256=Z6Gg_3rR4OhNiKgi9zYIcFP1QyzCXFhijPGyAfaXlAM,6800
|
2
|
-
adafruit_circuitpython_pcf8575-1.0.10.dist-info/licenses/LICENSE,sha256=ScTVWEI1T6rq1ZhQw1RqjeGqtXlQhEjsrf0eu0UplE0,1098
|
3
|
-
adafruit_circuitpython_pcf8575-1.0.10.dist-info/METADATA,sha256=CKaJU9H0tKmU59vU8XIZHcuAfs3eP1aNV_-d9yH5vUQ,4243
|
4
|
-
adafruit_circuitpython_pcf8575-1.0.10.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
5
|
-
adafruit_circuitpython_pcf8575-1.0.10.dist-info/top_level.txt,sha256=ljpqZNSdBL_6xWXBRvpa7FbAvcR0pYtl8HaTB5rAthk,17
|
6
|
-
adafruit_circuitpython_pcf8575-1.0.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|