Skip to content
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 @@ -625,3 +625,6 @@
[submodule "libraries/drivers/dps310"]
path = libraries/drivers/dps310
url = https://github.com/adafruit/Adafruit_CircuitPython_DPS310.git
[submodule "libraries/drivers/clue"]
path = libraries/drivers/clue
url = https://github.com/adafruit/Adafruit_CircuitPython_CLUE.git
3 changes: 2 additions & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ specific boards.

.. toctree::

Adafruit CircuitPlayground Express <https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/>
Adafruit CircuitPlayground <https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/>
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
PyBadger (PyBadge and PyGamer) <https://circuitpython.readthedocs.io/projects/pybadger/en/latest/>
Adafruit PyPortal <https://circuitpython.readthedocs.io/projects/pyportal/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/clue
Submodule clue added at d93c83