Skip to content

Commit

Permalink
Merge pull request #446 from jepler/add-pycamera
Browse files Browse the repository at this point in the history
Add pycamera
  • Loading branch information
dhalbert authored Dec 5, 2023
2 parents 8aa01b3 + 0e60b19 commit 6f73f45
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -974,12 +974,12 @@
[submodule "libraries/drivers/cst8xx"]
path = libraries/drivers/cst8xx
url = https://github.com/adafruit/Adafruit_CircuitPython_CST8XX.git
[submodule "libraries/drivers/vcnl4020"]
path = libraries/drivers/libraries/drivers/vcnl4020
url = https://github.com/adafruit/Adafruit_CircuitPython_VCNL4020.git
[submodule "libraries/helpers/qualia"]
path = libraries/helpers/qualia
url = https://github.com/adafruit/Adafruit_CircuitPython_Qualia.git
[submodule "libraries/drivers/ads7830"]
path = libraries/drivers/ads7830
url = https://github.com/adafruit/Adafruit_CircuitPython_ADS7830.git
[submodule "libraries/helpers/pycamera"]
path = libraries/helpers/pycamera
url = https://github.com/adafruit/Adafruit_CircuitPython_PyCamera/
1 change: 1 addition & 0 deletions circuitpython_library_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ There are 327 libraries available.
* [Adafruit CircuitPython PortalBase](https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-portalbase))
* [Adafruit CircuitPython ProgressBar](https://github.com/adafruit/Adafruit_CircuitPython_ProgressBar.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-progressbar))
* [Adafruit CircuitPython PyBadger](https://github.com/adafruit/Adafruit_CircuitPython_PyBadger.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pybadger))
* [Adafruit CircuitPython PyCamera](https://github.com/adafruit/Adafruit_CircuitPython_PyCamera.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-pycamera))
* [Adafruit CircuitPython Qualia](https://github.com/adafruit/Adafruit_CircuitPython_Qualia.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-qualia))
* [Adafruit CircuitPython RGBLED](https://github.com/adafruit/Adafruit_CircuitPython_RGBLED.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rgbled))
* [Adafruit CircuitPython RSA](https://github.com/adafruit/Adafruit_CircuitPython_RSA.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-rsa))
Expand Down
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ specific boards.
Adafruit MagTag <https://docs.circuitpython.org/projects/magtag/en/latest/>
Adafruit MONSTER M4SK <https://docs.circuitpython.org/projects/monsterm4sk/en/latest/>
Adafruit PortalBase <https://docs.circuitpython.org/projects/portalbase/en/latest/>
Adafruit PyCamera <https://docs.circuitpython.org/projects/pycamera/en/latest/>
Adafruit PyPortal <https://docs.circuitpython.org/projects/pyportal/en/latest/>
Adafruit Qualia S3 <https://docs.circuitpython.org/projects/qualia/en/latest/>
PyBadger (PyBadge and PyGamer) <https://docs.circuitpython.org/projects/pybadger/en/latest/>
Expand Down
1 change: 0 additions & 1 deletion libraries/drivers/libraries/drivers/vcnl4020
Submodule vcnl4020 deleted from 7bfb63
1 change: 1 addition & 0 deletions libraries/helpers/pycamera
Submodule pycamera added at 17bb8a

0 comments on commit 6f73f45

Please sign in to comment.