File tree
10 files changed
+10
-10
lines changed- libraries
- drivers
- helpers
10 files changed
+10
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
- .github/workflows/build.yml+8-4
- .github/workflows/release.yml+4
- .gitignore+5-1
- .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_esp32spi/PWMOut.py+3-20
- adafruit_esp32spi/adafruit_esp32spi.py+3-20
- adafruit_esp32spi/adafruit_esp32spi_socket.py+2-20
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+2-20
- adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py+2-20
- adafruit_esp32spi/digitalio.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/esp32spi_aio_post.py+3
- examples/esp32spi_cheerlights.py+3
- examples/esp32spi_localtime.py+3
- examples/esp32spi_secrets.py+3
- examples/esp32spi_simpletest.py+3
- examples/esp32spi_wpa2ent_aio_post.py+3
- examples/esp32spi_wpa2ent_simpletest.py+3
- examples/gpio/esp32spi_gpio.py+4
- examples/gpio/gpio.md+6
- examples/server/esp32spi_wsgiserver.py+4
- examples/server/static/index.html+7-1
- examples/server/static/led_color_picker_example.js+12-9
- pyproject.toml+6
- requirements.txt+4
- setup.py+4
Submodule led-animation updated 9 files
- adafruit_led_animation/animation/__init__.py+10-5
- adafruit_led_animation/animation/comet.py+4-2
- adafruit_led_animation/animation/grid_rain.py+147
- adafruit_led_animation/animation/pulse.py+1-6
- adafruit_led_animation/animation/sparklepulse.py+1-4
- adafruit_led_animation/grid.py+233
- adafruit_led_animation/group.py+6-3
- adafruit_led_animation/helper.py+61-92
- adafruit_led_animation/sequence.py+51-6
0 commit comments