Skip to content

Add driver for TCA9555 expander. #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@
[submodule "libraries/helpers/morsecode"]
path = libraries/helpers/morsecode
url = https://github.com/jposada202020/CircuitPython_MorseCode.git
[submodule "libraries/drivers/tca9555"]
path = libraries/drivers/tca9555
url = https://github.com/lesamouraipourpre/Community_CircuitPython_TCA9555.git
5 changes: 3 additions & 2 deletions circuitpython_community_library_list.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#CircuitPython Community Libraries
# CircuitPython Community Libraries
![Blinka Reading](https://raw.githubusercontent.com/adafruit/circuitpython-weekly-newsletter/gh-pages/assets/archives/22_1023blinka.png)

Here is a listing of current CircuitPython Community Libraries. There are 41 libraries available.
Here is a listing of current CircuitPython Community Libraries. There are 43 libraries available.

## Drivers:
* [Adafruit Soundboard](https://github.com/mmabey/Adafruit_Soundboard.git)
Expand All @@ -10,6 +10,7 @@ Here is a listing of current CircuitPython Community Libraries. There are 41 lib
* [CircuitPython HCSR04](https://github.com/mmabey/CircuitPython_HCSR04.git)
* [CircuitPython INA3221](https://github.com/barbudor/CircuitPython_INA3221.git) \([Docs](https://circuitpython-ina3221.readthedocs.io/en/latest/))
* [CircuitPython SH1106](https://github.com/winneymj/CircuitPython_SH1106)
* [CircuitPython TCA9555](https://github.com/lesamouraipourpre/Community_CircuitPython_TCA9555) \([PyPI](https://pypi.org/project/community-circuitpython-tca9555/)) \([Docs](http://community-circuitpython-tca9555.rtfd.io/))
* [CircuitPython TMP75](https://github.com/barbudor/CircuitPython_TMP75.git) \([Docs](https://circuitpython-tmp75.readthedocs.io/en/latest/))
* [CircuitPython WiiChuck](https://github.com/jfurcean/CircuitPython_WiiChuck.git) ([PyPi](https://pypi.org/project/circuitpython-wiichuck)) \([Docs](https://circuitpython-wiichuck.readthedocs.io/))
* [CircuitPython bteve](https://github.com/jamesbowman/CircuitPython_bteve.git)
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/tca9555
Submodule tca9555 added at d23b6f