Compare commits

...

8 commits

Author SHA1 Message Date
bda4eb7933 Add ov2640 2021-06-21 14:36:55 -05:00
adabot
a4ca700ddd Automated update by Adabot (adafruit/adabot@bf03aa8)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 1.15.0 from 0.14.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#53 from FoamyGuy/support_bytesio
2021-06-19 05:07:17 +00:00
Limor "Ladyada" Fried
822a04873a
Merge pull request #321 from jposada202020/correcting_typos
correcting_typos
2021-06-17 14:03:45 -04:00
adabot
bdd2655c27 Automated update by Adabot (adafruit/adabot@bf03aa8)
Updating https://github.com/adafruit/Adafruit_CircuitPython_SCD30 to 2.2.0 from 2.1.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_SCD30#19 from adafruit/slowdown
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
2021-06-16 05:07:33 +00:00
adabot
2debb50700 Automated update by Adabot (adafruit/adabot@bf03aa8)
Updating https://github.com/adafruit/Adafruit_CircuitPython_BME280 to 2.6.6 from 2.6.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_BME280#54 from jposada202020/aligning_example_code

Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.9.2 from 1.9.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_Seesaw#75 from jfurcean/negate-rotation

Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 5.3.1 from 5.3.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#74 from adafruit/regex-fix
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.14.3 from 0.14.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#52 from FoamyGuy/remove_readinot_fallback
2021-06-15 05:07:33 +00:00
jposada202020
475f099513 correcting_typos 2021-06-12 08:13:50 -04:00
adabot
668ac82775 Automated update by Adabot (adafruit/adabot@671d282)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI to 3.5.11 from 3.5.10:
  > Moved default branch to main
  > Merge pull request adafruit/Adafruit_CircuitPython_ESP32SPI#115 from Anton-2/master

Updating https://github.com/adafruit/Adafruit_CircuitPython_Seesaw to 1.9.1 from 1.9.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_Seesaw#74 from jposada202020/adding_new_example
  > Merge pull request adafruit/Adafruit_CircuitPython_Seesaw#73 from kattni/rotary-neopixel-example
  > Merge pull request adafruit/Adafruit_CircuitPython_Seesaw#71 from jposada202020/adding_new_guides

Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1325 to 1.2.5 from 1.2.4:
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template
  > "Increase duplicate code check threshold "

Updating https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k to 1.10.3 from 1.10.2:
  > Merge pull request adafruit/Adafruit_CircuitPython_Wiznet5k#38 from bjnhur/master
  > Redoing adafruit/Adafruit_CircuitPython_Wiznet5k#37

Updating https://github.com/adafruit/Adafruit_CircuitPython_BLE to 8.0.2 from 8.0.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_BLE#116 from alexwhittemore/master
  > Moved default branch to main
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.14.2 from 0.14.1:
  > Moved default branch to main
  > Moved CI to Python 3.7
  > Added help text and problem matcher
  > Added pull request template

Updating https://github.com/adafruit/Adafruit_CircuitPython_Simple_Text_Display to 1.0.1 from 1.0.0:
  > Merge pull request adafruit/Adafruit_CircuitPython_Simple_Text_Display#1 from jposada202020/testing_readthedocs
2021-06-12 05:07:18 +00:00
dherrada
8abacc70a5 Moved default branch to main 2021-06-11 14:53:22 -04:00
14 changed files with 20 additions and 15 deletions

3
.gitmodules vendored
View file

@ -817,3 +817,6 @@
[submodule "libraries/helpers/simple-text-display"]
path = libraries/helpers/simple-text-display
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

View file

@ -9,7 +9,7 @@ Adafruit CircuitPython Library Bundle
:target: https://adafru.it/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
:alt: Build Status
@ -44,13 +44,13 @@ and then ``git submodule update``.
Updating libraries
-------------------
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:
.. code::
git submodule foreach "git log --oneline HEAD...origin/master"
git submodule foreach "git log --oneline HEAD...origin/main"
Adding a library
-----------------

View file

@ -327,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/>
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/>
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/>
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/>
@ -367,7 +367,7 @@ equivalent carbon dioxide (``eco2`` / ``eCO2``), and total volatile organic comp
MCP9600 Thermocouple Amplifier <https://circuitpython.readthedocs.io/projects/mcp9600/en/latest/>
MCP9808 Temperature <https://circuitpython.readthedocs.io/projects/mcp9808/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/>
MPRLS Ported Absolute Pressure <https://circuitpython.readthedocs.io/projects/mprls/en/latest/>
MS8607 Pressure, Temperature, Humidity <https://circuitpython.readthedocs.io/projects/ms8607/en/latest/>
@ -490,6 +490,7 @@ Miscellaneous
NeoTrellis 4x4 Keypad <https://circuitpython.readthedocs.io/projects/neotrellis/en/latest/>
NeoTrellis M4 4x8 Keypad <https://circuitpython.readthedocs.io/projects/trellism4/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/>
PyPixelbuf <https://circuitpython.readthedocs.io/projects/pypixelbuf/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

@ -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