8 files changed
+8
-8
lines changedSubmodule circuitplayground updated 95 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_circuitplayground/__init__.py+2-20
- adafruit_circuitplayground/bluefruit.py+3-21
- adafruit_circuitplayground/circuit_playground_base.py+28-33
- adafruit_circuitplayground/express.py+4-22
- docs/_static/accelerometer.jpg.license+3
- docs/_static/button_a.jpg.license+3
- docs/_static/button_b.jpg.license+3
- docs/_static/capacitive_touch_pad_A1.jpg.license+3
- docs/_static/capacitive_touch_pad_A2.jpg.license+3
- docs/_static/capacitive_touch_pad_A3.jpg.license+3
- docs/_static/capacitive_touch_pad_A4.jpg.license+3
- docs/_static/capacitive_touch_pad_A5.jpg.license+3
- docs/_static/capacitive_touch_pad_A6.jpg.license+3
- docs/_static/capacitive_touch_pad_A7.jpg.license+3
- docs/_static/capacitive_touch_pads.jpg.license+3
- docs/_static/circuit_playground_bluefruit.jpg.license+3
- docs/_static/circuit_playground_bluefruit_small.jpg.license+3
- docs/_static/circuit_playground_express_small.jpg.license+3
- docs/_static/circuitplayground_express.jpg.license+3
- docs/_static/favicon.ico.license+3
- docs/_static/light_sensor.jpg.license+3
- docs/_static/microphone.jpg.license+3
- docs/_static/neopixel_numbering.jpg.license+3
- docs/_static/red_led.jpg.license+3
- docs/_static/slide_switch.jpg.license+3
- docs/_static/speaker.jpg.license+3
- docs/_static/thermistor.jpg.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/advanced_examples/circuitplayground_acceleration_mapping_neopixels.py+3
- examples/advanced_examples/circuitplayground_gravity_pulls_pixel.py+3
- examples/advanced_examples/circuitplayground_tilting_arpeggios.py+3
- examples/circuitplayground_acceleration.py+3
- examples/circuitplayground_acceleration_neopixels.py+3
- examples/circuitplayground_bluefruit_loud_sound.py+3
- examples/circuitplayground_bluefruit_loud_sound_threshold.py+3
- examples/circuitplayground_bluefruit_play_mp3.py+3
- examples/circuitplayground_bluefruit_sound_level.py+3
- examples/circuitplayground_bluefruit_sound_level_plotter.py+3
- examples/circuitplayground_button_a.py+3
- examples/circuitplayground_button_b.py+3
- examples/circuitplayground_buttons_1_neopixel.py+3
- examples/circuitplayground_buttons_neopixels.py+3
- examples/circuitplayground_ir_receive.py+5-2
- examples/circuitplayground_ir_transmit.py+5-2
- examples/circuitplayground_light.py+3
- examples/circuitplayground_light_neopixels.py+3
- examples/circuitplayground_light_plotter.py+3
- examples/circuitplayground_neopixel_0.py+3
- examples/circuitplayground_neopixel_0_1.py+3
- examples/circuitplayground_neopixels_fill.py+3
- examples/circuitplayground_pixels_simpletest.py+3
- examples/circuitplayground_play_file.py+3
- examples/circuitplayground_play_file_buttons.py+3
- examples/circuitplayground_play_tone.py+3
- examples/circuitplayground_play_tone_buttons.py+3
- examples/circuitplayground_red_led.py+3
- examples/circuitplayground_red_led_blinky.py+3
- examples/circuitplayground_red_led_blnky_short.py+3
- examples/circuitplayground_shake.py+3
- examples/circuitplayground_shake_red_led.py+3
- examples/circuitplayground_slide_switch.py+3
- examples/circuitplayground_slide_switch_red_led.py+3
- examples/circuitplayground_slide_switch_red_led_short.py+3
- examples/circuitplayground_sound_meter.py+3
- examples/circuitplayground_tap_red_led.py+3
- examples/circuitplayground_tapdetect.py+3
- examples/circuitplayground_tapdetect_single_double.py+3
- examples/circuitplayground_temperature.py+3
- examples/circuitplayground_temperature_neopixels.py+3
- examples/circuitplayground_temperature_plotter.py+3
- examples/circuitplayground_tone.py+3
- examples/circuitplayground_touch_a1.py+3
- examples/circuitplayground_touch_all.py+3
- examples/circuitplayground_touch_pixel_fill_rainbow.py+3
- examples/circuitplayground_touch_pixel_rainbow.py+3
- examples/dip.mp3.license+2
- examples/dip.wav.license+2
- examples/rise.mp3.license+2
- examples/rise.wav.license+2
- requirements.txt-1
- setup.py.disabled+4
- .github/workflows/build.yml+24-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_epd/epd.py+5-23
- adafruit_epd/il0373.py+4-21
- adafruit_epd/il0398.py+4-21
- adafruit_epd/il91874.py+4-21
- adafruit_epd/mcp_sram.py+3-20
- adafruit_epd/ssd1608.py+4-21
- adafruit_epd/ssd1675.py+4-21
- adafruit_epd/ssd1675b.py+4-21
- adafruit_epd/ssd1681.py+4-21
- 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/epd_bitmap.py+3
- examples/epd_blinka.py+3
- examples/epd_bonnet.py+3
- examples/epd_pillow_demo.py+3-1
- examples/epd_pillow_image.py+3-1
- examples/epd_shieldtest.py+3
- examples/epd_simpletest.py+3
- requirements.txt+4
- setup.py+4
- .github/workflows/build.yml+24-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/CC-BY-SA-4.0.txt+108
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_il0373.py+6-23
- 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/display-ruler.bmp.license+3
- examples/il0373_1.54_color.py+3
- examples/il0373_2.13_color.py+3
- examples/il0373_2.9_color.py+3
- examples/il0373_2.9_grayscale.py+3
- examples/il0373_flexible_2.13_monochrome.py+3
- examples/il0373_flexible_2.9_monochrome.py+3
- examples/il0373_simpletest.py+3
- requirements.txt+4
- setup.py+4
- .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_lsm9ds1.py+14-31
- 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/lsm9ds1_simpletest.py+3
- requirements.txt+4
- setup.py+4
- .github/workflows/build.yml+24-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/Apache-2.0.txt+60
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_rsa/__init__.py+3-13
- adafruit_rsa/_compat.py+2-13
- adafruit_rsa/asn1.py+2-13
- adafruit_rsa/common.py+9-18
- adafruit_rsa/core.py+2-13
- adafruit_rsa/key.py+8-19
- adafruit_rsa/machine_size.py+2-13
- adafruit_rsa/pem.py+2-13
- adafruit_rsa/pkcs1.py+4-15
- adafruit_rsa/prime.py+2-13
- adafruit_rsa/randnum.py+3-15
- adafruit_rsa/transform.py+2-13
- 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/rsa_sign_verify.py+3
- examples/rsa_simpletest.py+3
- examples/rsa_tests.py+8-10
- requirements.txt+4
- setup.py+4
- util/decode_priv_key.py+4-28
0 commit comments