adafruit-circuitpython-pcf8575 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {adafruit_circuitpython_pcf8575-1.0.3.dist-info → adafruit_circuitpython_pcf8575-1.0.4.dist-info}/METADATA +2 -2
- adafruit_circuitpython_pcf8575-1.0.4.dist-info/RECORD +6 -0
- {adafruit_circuitpython_pcf8575-1.0.3.dist-info → adafruit_circuitpython_pcf8575-1.0.4.dist-info}/WHEEL +1 -1
- adafruit_pcf8575.py +1 -1
- adafruit_circuitpython_pcf8575-1.0.3.dist-info/RECORD +0 -6
- {adafruit_circuitpython_pcf8575-1.0.3.dist-info → adafruit_circuitpython_pcf8575-1.0.4.dist-info}/LICENSE +0 -0
- {adafruit_circuitpython_pcf8575-1.0.3.dist-info → adafruit_circuitpython_pcf8575-1.0.4.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: adafruit-circuitpython-pcf8575
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.4
|
4
4
|
Summary: CircuitPython library for Adafruit PCF8575 GPIO expander
|
5
5
|
Author-email: Adafruit Industries <circuitpython@adafruit.com>
|
6
6
|
License: MIT
|
@@ -103,7 +103,7 @@ following command to install:
|
|
103
103
|
|
104
104
|
.. code-block:: shell
|
105
105
|
|
106
|
-
circup install pcf8575
|
106
|
+
circup install adafruit-circuitpython-pcf8575
|
107
107
|
|
108
108
|
Or the following command to update an existing version:
|
109
109
|
|
@@ -0,0 +1,6 @@
|
|
1
|
+
adafruit_pcf8575.py,sha256=pimvLTORtcB33yWoXp3cf2dtqOlZouyJWIYILwsH0_M,6971
|
2
|
+
adafruit_circuitpython_pcf8575-1.0.4.dist-info/LICENSE,sha256=ScTVWEI1T6rq1ZhQw1RqjeGqtXlQhEjsrf0eu0UplE0,1098
|
3
|
+
adafruit_circuitpython_pcf8575-1.0.4.dist-info/METADATA,sha256=9vZzBybyuyIxRpsG7Wh5c7q5pbTp2KHkhuHVeRO1yHw,4178
|
4
|
+
adafruit_circuitpython_pcf8575-1.0.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
5
|
+
adafruit_circuitpython_pcf8575-1.0.4.dist-info/top_level.txt,sha256=ljpqZNSdBL_6xWXBRvpa7FbAvcR0pYtl8HaTB5rAthk,17
|
6
|
+
adafruit_circuitpython_pcf8575-1.0.4.dist-info/RECORD,,
|
adafruit_pcf8575.py
CHANGED
@@ -37,7 +37,7 @@ from adafruit_bus_device.i2c_device import I2CDevice
|
|
37
37
|
from micropython import const
|
38
38
|
import digitalio
|
39
39
|
|
40
|
-
__version__ = "1.0.
|
40
|
+
__version__ = "1.0.4"
|
41
41
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCF8575.git"
|
42
42
|
|
43
43
|
PCF8575_I2CADDR_DEFAULT: int = const(0x20) # Default I2C address
|
@@ -1,6 +0,0 @@
|
|
1
|
-
adafruit_pcf8575.py,sha256=bOuoYmsoKComG7kX8YpWTPXd9LdMJU8J1AZYIqniF5c,6971
|
2
|
-
adafruit_circuitpython_pcf8575-1.0.3.dist-info/LICENSE,sha256=ScTVWEI1T6rq1ZhQw1RqjeGqtXlQhEjsrf0eu0UplE0,1098
|
3
|
-
adafruit_circuitpython_pcf8575-1.0.3.dist-info/METADATA,sha256=8CLJZPuC7KArtozYiXffv2bxfeFQeXvv44CVcZLDvGc,4155
|
4
|
-
adafruit_circuitpython_pcf8575-1.0.3.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
5
|
-
adafruit_circuitpython_pcf8575-1.0.3.dist-info/top_level.txt,sha256=ljpqZNSdBL_6xWXBRvpa7FbAvcR0pYtl8HaTB5rAthk,17
|
6
|
-
adafruit_circuitpython_pcf8575-1.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|