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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Introduction
22
22
:target:https://github.com/psf/black
23
23
:alt:Code Style: Black
24
24
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.
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
27
This library currently supports
28
28
@@ -33,7 +33,7 @@ This library currently supports
33
33
* PCA9538
34
34
* PCAL9538
35
35
36
-
Other expanders will likely be added over time as I use them.
36
+
Other expanders will likely be added over time as I use them.
37
37
38
38
Based on Adafruit's library for the `MCP230xx expanders <https://github.com/adafruit/Adafruit_CircuitPython_MCP230xx>`_
0 commit comments