Compare commits
8 commits
master
...
jepler/ov2
| Author | SHA1 | Date | |
|---|---|---|---|
| bda4eb7933 | |||
|
|
a4ca700ddd | ||
|
|
822a04873a | ||
|
|
bdd2655c27 | ||
|
|
2debb50700 | ||
|
|
475f099513 | ||
|
|
668ac82775 | ||
|
|
8abacc70a5 |
14 changed files with 20 additions and 16 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -817,3 +817,6 @@
|
||||||
[submodule "libraries/helpers/simple-text-display"]
|
[submodule "libraries/helpers/simple-text-display"]
|
||||||
path = libraries/helpers/simple-text-display
|
path = libraries/helpers/simple-text-display
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display.git
|
||||||
|
[submodule "libraries/drivers/ov2640"]
|
||||||
|
path = libraries/drivers/ov2640
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_OV2640.git
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Adafruit CircuitPython Library Bundle
|
||||||
:target: https://adafru.it/discord
|
:target: https://adafru.it/discord
|
||||||
:alt: Discord
|
:alt: Discord
|
||||||
|
|
||||||
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=master
|
.. image:: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle.svg?branch=main
|
||||||
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
|
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_Bundle
|
||||||
:alt: Build Status
|
:alt: Build Status
|
||||||
|
|
||||||
|
|
@ -44,13 +44,13 @@ and then ``git submodule update``.
|
||||||
Updating libraries
|
Updating libraries
|
||||||
-------------------
|
-------------------
|
||||||
To update the libraries run ``update-submodules.sh``. The script will fetch the
|
To update the libraries run ``update-submodules.sh``. The script will fetch the
|
||||||
latest code and update to the newest tag (not master).
|
latest code and update to the newest tag (not main).
|
||||||
|
|
||||||
To find libraries with commits that haven't been included in a release do:
|
To find libraries with commits that haven't been included in a release do:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
git submodule foreach "git log --oneline HEAD...origin/master"
|
git submodule foreach "git log --oneline HEAD...origin/main"
|
||||||
|
|
||||||
Adding a library
|
Adding a library
|
||||||
-----------------
|
-----------------
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ specific boards.
|
||||||
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
|
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
|
||||||
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
||||||
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
|
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
|
||||||
Adafruit MacroPad <https://circuitpython.readthedocs.io/projects/macropad/en/latest/>
|
|
||||||
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
||||||
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
|
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
|
||||||
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
|
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
|
||||||
|
|
@ -328,7 +327,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
|
||||||
LSM6DSOX, LSM6DS33, and ISM330DHCT Accelerometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm6dsox/en/latest/>
|
LSM6DSOX, LSM6DS33, and ISM330DHCT Accelerometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm6dsox/en/latest/>
|
||||||
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
|
LSM9DS0 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds0/en/latest/>
|
||||||
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
|
LSM9DS1 Accelerometer, Magnetometer, Gyroscope and Temperature <https://circuitpython.readthedocs.io/projects/lsm9ds1/en/latest/>
|
||||||
MLX90390 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
|
MLX90393 3 Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90393/en/latest/>
|
||||||
MLX90395 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90395/en/latest/>
|
MLX90395 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/mlx90395/en/latest/>
|
||||||
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
|
MMA8451 3 Axis Accelerometer <https://circuitpython.readthedocs.io/projects/mma8451/en/latest/>
|
||||||
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
|
MPU6050 Accelerometer, Gyroscope, and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpu6050/en/latest/>
|
||||||
|
|
@ -368,7 +367,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
|
||||||
MCP9600 Thermocouple Amplifier <https://circuitpython.readthedocs.io/projects/mcp9600/en/latest/>
|
MCP9600 Thermocouple Amplifier <https://circuitpython.readthedocs.io/projects/mcp9600/en/latest/>
|
||||||
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
|
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/en/latest/>
|
||||||
MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/>
|
MLX90614 Contactless Temperature <https://circuitpython.readthedocs.io/projects/mlx90614/en/latest/>
|
||||||
MP115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
|
MPL115A2 Barometric Pressure, Temperature <https://circuitpython.readthedocs.io/projects/mpl115a2/en/latest/>
|
||||||
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
|
MPL3115A2 Barometric Pressure, Altitude and Temperature Sensor <https://circuitpython.readthedocs.io/projects/mpl3115a2/en/latest/>
|
||||||
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
|
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
|
||||||
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
|
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
|
||||||
|
|
@ -491,6 +490,7 @@ Miscellaneous
|
||||||
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
|
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
|
||||||
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
|
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/en/latest/>
|
||||||
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
|
Nunchuk <https://circuitpython.readthedocs.io/projects/nunchuk/en/latest/>
|
||||||
|
OV2640 Camera <https://circuitpython.readthedocs.io/projects/ov2640/en/latest/>
|
||||||
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
|
OV7670 Camera <https://circuitpython.readthedocs.io/projects/ov7670/en/latest/>
|
||||||
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
|
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/en/latest/>
|
||||||
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
|
RockBlock Iridium Satellite Modem <https://circuitpython.readthedocs.io/projects/rockblock/en/latest/>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ccb982df8523c78a95b6aa83d0c717c4704b5dc9
|
Subproject commit eb992230c6d144cb0401064a5a572e53a7c1acd8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 61e38631b557a51376edbd02501ca51311631597
|
Subproject commit b96b0debef16c41c35a8579ccbbb1779ca1eaf0c
|
||||||
1
libraries/drivers/ov2640
Submodule
1
libraries/drivers/ov2640
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a561e2d0a6c2ab4e615aec5d09d090d4f5c96bcd
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit e9d779f5a6ed8abe46f1b6bb308415dd382b1efd
|
Subproject commit 048b8da074e2960b19be57c8a75bda8408560e29
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 581285554af8cbc65eef8be44ad590fc99979f27
|
Subproject commit 4ab8a0fc00795121d81f7e609bb7a03973725f10
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 22168e62b5e8d8c5f51f9f834bc6d0c694778a66
|
Subproject commit 02abe87bd67e74cddd2752845ce1a64a7d1db0e6
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9af483155c617aa273cd66ddb56b2c9676a40051
|
Subproject commit d50fe38ca47e14b1988a15a3522340e0a78d295c
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 12abfc970a641a4a671ba6ebb2ba98a819711e8e
|
Subproject commit 49d6f488765e532825a66ebbe6305d41c7ad03df
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit df40a241841918d6c0a984d427e61ca831b7b431
|
Subproject commit ad4f2d32d3a35b412bab7c6c0ba3b7a46d5da5aa
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7f24d747f67626ed04f105399b0ebe6c77e31e9c
|
Subproject commit 17624ad9f92f3cf391eddbda4657d7db800aa0a4
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4846d7f63e4d6d44136952bfa5aa34eeea57f97a
|
Subproject commit 3e3c3df47258452c5d91c9178bce15c9e34e3c70
|
||||||
Loading…
Reference in a new issue