File tree
29 files changed
+29
-29
lines changed- frozen
29 files changed
+29
-29
lines changedSubmodule Adafruit_CircuitPython_BLE updated 57 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+7-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_ble/__init__.py+12-29
- adafruit_ble/advertising/__init__.py+22-48
- adafruit_ble/advertising/adafruit.py+3-20
- adafruit_ble/advertising/apple.py-9
- adafruit_ble/advertising/standard.py+22-29
- adafruit_ble/attributes/__init__.py+17-35
- adafruit_ble/characteristics/__init__.py+4-22
- adafruit_ble/characteristics/float.py+3-20
- adafruit_ble/characteristics/int.py+3-20
- adafruit_ble/characteristics/stream.py+3-20
- adafruit_ble/characteristics/string.py+3-20
- adafruit_ble/services/__init__.py+10-27
- adafruit_ble/services/circuitpython.py+4-21
- adafruit_ble/services/midi.py+3-20
- adafruit_ble/services/nordic.py+4-21
- adafruit_ble/services/sphero.py+3-20
- adafruit_ble/services/standard/__init__.py+3-20
- adafruit_ble/services/standard/device_info.py+4-21
- adafruit_ble/services/standard/hid.py+3-20
- adafruit_ble/uuid/__init__.py+3-20
- docs/_static/favicon.ico.license+3
- docs/advertising.rst-3
- docs/advertising.rst.license+3
- docs/api.rst.license+3
- docs/attributes.rst.license+3
- docs/characteristics.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst.license+3
- docs/services.rst.license+3
- docs/standard_services.rst.license+3
- docs/uuid.rst.license+3
- examples/ble_bluefruit_color_picker.py+3
- examples/ble_bluefruit_connect_plotter.py+3
- examples/ble_color_proximity.py+3
- examples/ble_current_time_service.py+3
- examples/ble_demo_central.py+3
- examples/ble_demo_periph.py+3
- examples/ble_detailed_scan.py+3
- examples/ble_hid_central.py+3
- examples/ble_hid_periph.py+3
- examples/ble_simpletest.py+3
- examples/ble_uart_echo_client.py+3
- examples/ble_uart_echo_test.py+3
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_BLE_Apple_Notification_Center updated 22 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+5-1
- .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+1-1
- README.rst.license+3
- adafruit_ble_apple_notification_center.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/ble_apple_notification_center_new.py+3
- examples/ble_apple_notification_center_simpletest.py+3
- requirements.txt+4-1
- setup.py+4
Submodule Adafruit_CircuitPython_BusDevice updated 23 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+5-1
- .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+5-5
- README.rst.license+3
- adafruit_bus_device/i2c_device.py+5-21
- adafruit_bus_device/spi_device.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/conf_old.py-289
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/busdevice_read_register_i2c_simpletest.py+3
- examples/busdevice_read_register_spi_simpletest.py+3-1
- setup.py+4
Submodule Adafruit_CircuitPython_CircuitPlayground updated 96 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5
- .pre-commit-config.yaml+34
- .pylintrc+7-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+3-3
- README.rst.license+3
- adafruit_circuitplayground/__init__.py+2-20
- adafruit_circuitplayground/bluefruit.py+3-21
- adafruit_circuitplayground/circuit_playground_base.py+106-32
- 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+6-2
- examples/circuitplayground_ir_transmit.py+9-4
- 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+4-1
- examples/circuitplayground_play_file_buttons.py+4-1
- 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
Submodule Adafruit_CircuitPython_Crickit updated 28 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+5-1
- .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_crickit.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/crickit_continuous_servo_simpletest.py+3
- examples/crickit_dc_motor_simpletest.py+3
- examples/crickit_drive_simpletest.py+3
- examples/crickit_multi_example.py+3
- examples/crickit_neopixel_simpletest.py+3
- examples/crickit_servo_simpletest.py+3
- examples/crickit_signal_simpletest.py+3
- examples/crickit_stepper_motor_simpletest.py+3
- examples/crickit_touch_simpletest.py+3
- requirements.txt+5-1
- setup.py+4
Submodule Adafruit_CircuitPython_DRV2605 updated 20 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+5-1
- .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_drv2605.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/drv2605_simpletest.py+3-1
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_DS3231 updated 25 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+7-4
- .readthedocs.yml+4-1
- 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+12-16
- README.rst.license+3
- adafruit_ds3231.py+59-31
- docs/_static/3013-01.jpg.license+3
- docs/_static/favicon.ico.license+3
- docs/api.rst-1
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst+2
- docs/index.rst.license+3
- examples/ds3231_simpletest.py+4-12
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_Display_Shapes updated 32 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+7-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_display_shapes/circle.py+26-24
- adafruit_display_shapes/line.py+3-20
- adafruit_display_shapes/polygon.py+3-22
- adafruit_display_shapes/rect.py+3-20
- adafruit_display_shapes/roundrect.py+3-20
- adafruit_display_shapes/sparkline.py+13-1
- adafruit_display_shapes/triangle.py+3-20
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+45
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/display_shapes_circle_animation.py+60
- examples/display_shapes_simpletest.py+3
- examples/display_shapes_simpletest_magtag.py+3
- examples/display_shapes_sparkline_simpletest.py+3
- examples/display_shapes_sparkline_ticks.py+3
- examples/display_shapes_sparkline_triple.py+3
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_Display_Text updated 44 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+4
- .pre-commit-config.yaml+34
- .pylintrc+7-4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+10-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/OFL-1.1.txt+109
- LICENSES/Unlicense.txt+20
- README.rst.license+3
- adafruit_display_text/__init__.py+361-26
- adafruit_display_text/bitmap_label.py+199-282
- adafruit_display_text/label.py+285-265
- docs/_static/favicon.ico.license+3
- docs/api.rst+4
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+117
- docs/examples.rst.license+3
- docs/index.rst+4
- docs/index.rst.license+3
- examples/display_text_advance_example.py+639
- examples/display_text_anchored_position.py+3
- examples/display_text_background_color.py+4-1
- examples/display_text_background_color_padding.py+56-41
- examples/display_text_bitmap_label_simpletest.py+3
- examples/display_text_label_align_baseline_comparison.py+75
- examples/display_text_label_vs_bitmap_label_comparison.py+11-6
- examples/display_text_magtag.py+3
- examples/display_text_matrixportal.py+3
- examples/display_text_pyportal.py+3
- examples/display_text_simpletest.py+3
- examples/display_text_textarea_boundingbox.py+3
- examples/display_text_wrap_pixels_test.py+63
- examples/display_text_wraptest.py+3
- fonts/Helvetica-Bold-16.bdf-4.2k
- fonts/LeagueSpartan-Bold-16.bdf+12.5k
- fonts/LeagueSpartan-Bold-16.bdf.license+4
- fonts/LibreBodoniv2002-Bold-27.bdf+16.8k
- fonts/LibreBodoniv2002-Bold-27.bdf.license+3
- requirements.txt+4
- setup.py+8-1
Submodule Adafruit_CircuitPython_DotStar updated 24 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .gitignore+5-1
- .pre-commit-config.yaml+34
- .pylintrc+7-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_dotstar.py+9-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/dotstar_image_paint.py+3
- examples/dotstar_image_pov.py+3
- examples/dotstar_simpletest.py+3
- examples/hello.png.license+3
- requirements.txt+4
- setup.py+4
0 commit comments