Skip to content
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

Adding HUSB238 #440

Merged
merged 2 commits into from
Oct 24, 2023
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 @@ -965,3 +965,6 @@
[submodule "libraries/helpers/templateengine"]
path = libraries/helpers/templateengine
url = https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine.git
[submodule "libraries/drivers/husb238"]
path = libraries/drivers/husb238
url = https://github.com/adafruit/Adafruit_CircuitPython_HUSB238.git
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ Miscellaneous
FONA Cellular Module <https://docs.circuitpython.org/projects/fona/en/latest/>
FRAM Non-Volatile Memory <https://docs.circuitpython.org/projects/fram/en/latest/>
Gizmo <https://docs.circuitpython.org/projects/gizmo/en/latest/>
HUSB238 <https://docs.circuitpython.org/projects/husb238/en/latest/>
INA219 High Side Current <https://docs.circuitpython.org/projects/ina219/en/latest/>
INA260 Current and Power Monitor <https://docs.circuitpython.org/projects/ina260/en/latest/>
LC709203F Fuel Gauge and Battery Monitor <https://docs.circuitpython.org/projects/lc709203f/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/husb238
Submodule husb238 added at 400e89