Commit d17a789
committed
Automated update by Adabot (adafruit/adabot@f23c9c4)
Updating https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint to 2.2.21 from 2.2.20:
> Merge pull request adafruit/Adafruit_CircuitPython_Fingerprint#57 from pantheraleo-7/main
Updating https://github.com/adafruit/Adafruit_CircuitPython_OPT4048 to 1.0.3 from 1.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_OPT4048#3 from FoamyGuy/catch_crc_check_error
> Merge pull request adafruit/Adafruit_CircuitPython_OPT4048#2 from FoamyGuy/ws_server_example
Updating https://github.com/adafruit/Adafruit_CircuitPython_OV2640 to 1.2.7 from 1.2.6:
> Merge pull request adafruit/Adafruit_CircuitPython_OV2640#31 from FoamyGuy/displayio_api_updates
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1351 to 1.4.5 from 1.4.4:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1351#23 from FoamyGuy/displayio_api_updates
Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 3.3.1 from 3.3.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#222 from FoamyGuy/fix_textbox_anchor_pos
Updating https://github.com/adafruit/Adafruit_CircuitPython_hashlib to 1.4.18 from 1.4.17:
> Merge pull request adafruit/Adafruit_CircuitPython_hashlib#23 from adafruit/use_ruff
Updating https://github.com/adafruit/Adafruit_CircuitPython_Slideshow to 1.8.5 from 1.8.4:
> Merge pull request adafruit/Adafruit_CircuitPython_Slideshow#46 from FoamyGuy/displayio_api_updates
Updating https://github.com/adafruit/Adafruit_CircuitPython_turtle to 3.1.7 from 3.1.6:
> Merge pull request adafruit/Adafruit_CircuitPython_turtle#51 from FoamyGuy/displayio_api_update
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
> Added the following libraries: Adafruit_CircuitPython_SEN6x1 parent 05c5c50 commit d17a789
File tree
9 files changed
+10
-9
lines changed- libraries
- drivers
- helpers
9 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
| |||
Submodule fingerprint updated 1 file
- LICENSES/LicenseRef-Wikipedia-Public-Domain.txt+3
- adafruit_opt4048.py-3
- examples/opt4048_oneshot.py+9-9
- examples/opt4048_simpletest.py+8-4
- examples/opt4048_webserial.py+12-8
- examples/opt4048_websocket.py+79
- examples/opt4048_ws_static/cie1931_diagram.svg+3
- examples/opt4048_ws_static/cie1931_diagram.svg.license+2
- examples/opt4048_ws_static/index.html+202
- examples/opt4048_ws_static/script.js+271
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- README.rst+3-3
- adafruit_hashlib/__init__.py+2-2
- adafruit_hashlib/_md5.py+1-3
- adafruit_hashlib/_sha1.py+2-2
- adafruit_hashlib/_sha224.py+1-1
- adafruit_hashlib/_sha256.py+70-213
- adafruit_hashlib/_sha384.py+1-1
- adafruit_hashlib/_sha512.py+3-13
- docs/api.rst+3
- docs/conf.py+2-6
- examples/hashlib_simpletest.py+9-24
- ruff.toml+108
0 commit comments