You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14-28Lines changed: 14 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,20 @@ Introduction
22
22
:target:https://github.com/psf/black
23
23
:alt:Code Style: Black
24
24
25
-
Drivers for various I2C GPIO expanders.
25
+
Drivers for various I2C GPIO expanders. The library does not require any libraries other than the standard install of circuit python. Once the exapander has been initialized, the pins can be defined and interacted with in the same way as GPIOs on the CPU.
26
26
27
+
This library currently supports
28
+
29
+
* PCA9555
30
+
* PCAL9555
31
+
* PCA9554
32
+
* PCAL9554
33
+
* PCA9538
34
+
* PCAL9538
35
+
36
+
Other expanders will likely be added over time as I use them.
37
+
38
+
Based on Adafruit's library for the `MCP230xx expanders <https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx>`_
27
39
28
40
Dependencies
29
41
=============
@@ -43,31 +55,6 @@ Installing from PyPI
43
55
.. note:: This library is not available on PyPI yet. Install documentation is included
44
56
as a standard element. Stay tuned for PyPI availability!
45
57
46
-
.. note:: TODO: Remove the above note if PyPI version is/will be available at time of release.
47
-
48
-
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
0 commit comments