-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@2959bae)
Updating https://github.com/adafruit/Adafruit_CircuitPython_24LC32 to 1.1.0 from 1.0.12: > Merge pull request adafruit/Adafruit_CircuitPython_24LC32#23 from TonyLHansen/main Updating https://github.com/adafruit/Adafruit_CircuitPython_ADT7410 to 2.0.0 from 1.3.13: > Merge pull request adafruit/Adafruit_CircuitPython_ADT7410#24 from jposada202020/improving_lib Updating https://github.com/adafruit/Adafruit_CircuitPython_CLUE to 3.1.0 from 3.0.17: > Merge pull request adafruit/Adafruit_CircuitPython_CLUE#61 from prcutler/root-group-fix Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.4.14 from 3.4.13: > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#59 from bdlucas1/main Updating https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO to 5.8.1 from 5.8.0: > Merge pull request adafruit/Adafruit_CircuitPython_AdafruitIO#114 from kavinaidoo/main Updating https://github.com/adafruit/Adafruit_CircuitPython_asyncio to 1.3.0 from 1.2.2: > Merge pull request adafruit/Adafruit_CircuitPython_asyncio#59 from imnotjames/chore/optional-traceback Updating https://github.com/adafruit/Adafruit_CircuitPython_PyCamera to 0.0.7 from 0.0.6: > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#15 from adafruit/enhancements > Merge pull request adafruit/Adafruit_CircuitPython_PyCamera#13 from brentru/allow-jpg-save Updating https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine to 1.1.0 from 1.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_TemplateEngine#2 from michalpokusa/removing-8-x-x-re-module-bug-workarounds Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Updated download stats for the libraries
- Loading branch information
1 parent
977bcb4
commit 212aaf0
Showing
9 changed files
with
333 additions
and
333 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule adt7410
updated
5 files
+302 −121 | adafruit_adt7410.py | |
+28 −1 | docs/examples.rst | |
+20 −0 | examples/adt7410_operation_mode.py | |
+21 −0 | examples/adt7410_resolution_mode.py | |
+31 −0 | examples/adt7410_temp_limits.py |
Submodule clue
updated
4 files
+3 −3 | adafruit_clue.py | |
+1 −1 | examples/clue_ams_remote_advanced.py | |
+1 −1 | examples/clue_ble_color_patchwork.py | |
+1 −1 | examples/clue_spirit_level.py |
Submodule pycamera
updated
5 files
+153 −93 | adafruit_pycamera/__init__.py | |
+8 −6 | docs/conf.py | |
+0 −1 | examples/camera/code.py | |
+0 −1 | examples/ipcam2/code.py | |
+153 −0 | examples/viewer/code.py |
Submodule templateengine
updated
10 files
+1 −1 | README.rst | |
+102 −46 | adafruit_templateengine.py | |
+10 −9 | docs/examples.rst | |
+5 −3 | examples/autoescape.html | |
+5 −3 | examples/base_without_footer.html | |
+5 −3 | examples/child.html | |
+5 −3 | examples/comments.html | |
+5 −3 | examples/footer.html | |
+5 −3 | examples/parent_layout.html | |
+3 −3 | examples/templateengine_exec.py |