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