Commit 1427434
committed
Automated update by Adabot (adafruit/adabot@d416109)
Updating https://github.com/adafruit/Adafruit_CircuitPython_DS18X20 to 1.3.4 from 1.3.3:
> Merge pull request adafruit/Adafruit_CircuitPython_DS18X20#21 from adafruit/dherrada-patch-1
Updating https://github.com/adafruit/Adafruit_CircuitPython_EPD to 2.8.0 from 2.7.2:
> Merge pull request adafruit/Adafruit_CircuitPython_EPD#45 from makermelissa/master
Updating https://github.com/adafruit/Adafruit_CircuitPython_GPS to 3.7.0 from 3.6.8:
> Merge pull request adafruit/Adafruit_CircuitPython_GPS#54 from lesamouraipourpre/parse-gsa-and-gsv
Updating https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display to 3.10.6 from 3.10.5:
> Merge pull request adafruit/Adafruit_CircuitPython_RGB_Display#90 from makermelissa/master
Updating https://github.com/adafruit/Adafruit_CircuitPython_SSD1306 to 2.11.0 from 2.10.2:
> Merge pull request adafruit/Adafruit_CircuitPython_SSD1306#57 from adamcandy/add-page-addressing-mode
Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Button to 1.5.2 from 1.5.1:
> Merge pull request adafruit/Adafruit_CircuitPython_Display_Button#27 from FoamyGuy/resizeable_button
Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 2.15.0 from 2.14.0:
> Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#111 from FoamyGuy/wrap_by_pixels
Updating https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation to 2.5.3 from 2.5.2:
> Merge pull request adafruit/Adafruit_CircuitPython_LED_Animation#75 from adafruit/REUSE
> Hardcoded Black and REUSE versions
> Added pre-commit-config file
> Added pre-commit and SPDX copyright
Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 5.0.3 from 5.0.2:
> Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#65 from brentru/update-cpython-example1 parent 83914cb commit 1427434
File tree
9 files changed
+9
-9
lines changed- libraries
- drivers
- helpers
9 files changed
+9
-9
lines changedSubmodule led-animation updated 52 files
- .github/workflows/build.yml+24-4
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_led_animation/__init__.py+3-20
- adafruit_led_animation/animation/__init__.py+3-20
- adafruit_led_animation/animation/blink.py+3-20
- adafruit_led_animation/animation/chase.py+3-20
- adafruit_led_animation/animation/colorcycle.py+3-20
- adafruit_led_animation/animation/comet.py+3-20
- adafruit_led_animation/animation/customcolorchase.py+4-21
- adafruit_led_animation/animation/grid_rain.py+3-20
- adafruit_led_animation/animation/pulse.py+3-20
- adafruit_led_animation/animation/rainbow.py+3-20
- adafruit_led_animation/animation/rainbowchase.py+11-21
- adafruit_led_animation/animation/rainbowcomet.py+3-20
- adafruit_led_animation/animation/rainbowsparkle.py+3-20
- adafruit_led_animation/animation/solid.py+3-20
- adafruit_led_animation/animation/sparkle.py+3-20
- adafruit_led_animation/animation/sparklepulse.py+3-20
- adafruit_led_animation/color.py+3-20
- adafruit_led_animation/grid.py+3-20
- adafruit_led_animation/group.py+3-20
- adafruit_led_animation/helper.py+3-20
- adafruit_led_animation/sequence.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/led_animation_all_animations.py+3
- examples/led_animation_basic_animations.py+11-1
- examples/led_animation_blink.py+3
- examples/led_animation_chase.py+3
- examples/led_animation_comet.py+3
- examples/led_animation_customcolorchase.py+3
- examples/led_animation_group.py+4
- examples/led_animation_pixel_map.py+3
- examples/led_animation_rainbow_animations.py+3
- examples/led_animation_samd21_reset_interval.py+3
- examples/led_animation_sequence.py+3
- examples/led_animation_simpletest.py+3
- examples/led_animation_sparkle_animations.py+7-1
- requirements.txt+4
- setup.py+7-1
0 commit comments