File tree
54 files changed
+54
-54
lines changed- frozen
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+54
-54
lines changedSubmodule Adafruit_CircuitPython_APDS9960 updated 14 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_apds9960/__init__.py+1-1
- adafruit_apds9960/apds9960.py+14-38
- docs/api.rst+3
- docs/conf.py+2-6
- examples/apds9960_color_simpletest.py+5-3
- examples/apds9960_gesture_simpletest.py+1
- examples/apds9960_proximity_simpletest.py+1
- examples/apds9960_simpletest.py+2
- ruff.toml+106
Submodule Adafruit_CircuitPython_BLE updated 43 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-400
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_ble/__init__.py+9-16
- adafruit_ble/advertising/__init__.py+21-32
- adafruit_ble/advertising/adafruit.py+1
- adafruit_ble/advertising/standard.py+19-36
- adafruit_ble/attributes/__init__.py+1-1
- adafruit_ble/characteristics/__init__.py+6-6
- adafruit_ble/characteristics/float.py+5-5
- adafruit_ble/characteristics/int.py+9-23
- adafruit_ble/characteristics/json.py+6-7
- adafruit_ble/characteristics/stream.py+6-11
- adafruit_ble/characteristics/string.py+7-9
- adafruit_ble/services/__init__.py+1-4
- adafruit_ble/services/circuitpython.py+2-2
- adafruit_ble/services/nordic.py+5-8
- adafruit_ble/services/sphero.py+1-1
- adafruit_ble/services/standard/__init__.py+5-9
- adafruit_ble/services/standard/device_info.py+5-7
- adafruit_ble/services/standard/hid.py+21-36
- adafruit_ble/uuid/__init__.py-1
- docs/api.rst+3
- docs/conf.py+2-6
- examples/ble_advertising_simpletest.py-1
- examples/ble_bluefruit_color_picker.py+1-2
- examples/ble_bluefruit_connect_plotter.py+5-3
- examples/ble_color_proximity.py+2-2
- examples/ble_current_time_service.py+1
- examples/ble_demo_central.py+2-3
- examples/ble_demo_periph.py+1-1
- examples/ble_detailed_scan.py-1
- examples/ble_device_info_service.py+1
- examples/ble_hid_periph.py+1-2
- examples/ble_json_central.py+1-1
- examples/ble_json_peripheral.py+3-2
- examples/ble_json_service.py+2-4
- examples/ble_packet_buffer_service.py+4-8
- examples/ble_packet_buffer_test.py-1
- examples/ble_uart_echo_client.py+1-3
- ruff.toml+116
Submodule Adafruit_CircuitPython_BLE_Apple_Notification_Center updated 12 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_ble_apple_notification_center.py+7-14
- docs/api.rst+3
- docs/conf.py+2-6
- examples/ble_apple_notification_center_callhandler.py+4-2
- examples/ble_apple_notification_center_new.py+3-2
- examples/ble_apple_notification_center_simpletest.py+2-2
- ruff.toml+110
Submodule Adafruit_CircuitPython_BusDevice updated 12 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_bus_device/i2c_device.py+5-14
- adafruit_bus_device/spi_device.py+3-7
- docs/api.rst+3
- docs/conf.py+2-6
- examples/busdevice_read_register_i2c_simpletest.py+3-2
- examples/busdevice_read_register_spi_simpletest.py+3-3
- ruff.toml+108
Submodule Adafruit_CircuitPython_CircuitPlayground updated 59 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_circuitplayground/bluefruit.py+11-12
- adafruit_circuitplayground/circuit_playground_base.py+28-36
- adafruit_circuitplayground/express.py+6-8
- docs/api.rst+3
- docs/conf.py+2-6
- docs/mocks/keypad.py+1-1
- examples/circuitplayground_acceleration.py+2
- examples/circuitplayground_acceleration_neopixels.py+1
- examples/circuitplayground_advanced_examples/circuitplayground_acceleration_mapping_neopixels.py+4-3
- examples/circuitplayground_advanced_examples/circuitplayground_gravity_pulls_pixel.py+8-13
- examples/circuitplayground_advanced_examples/circuitplayground_tilting_arpeggios.py+6-17
- examples/circuitplayground_bluefruit_loud_sound.py+2
- examples/circuitplayground_bluefruit_loud_sound_threshold.py+2
- examples/circuitplayground_bluefruit_play_mp3.py+1
- examples/circuitplayground_bluefruit_sound_level.py+2
- examples/circuitplayground_bluefruit_sound_level_plotter.py+2
- examples/circuitplayground_button_a.py+1
- examples/circuitplayground_button_b.py+1-3
- examples/circuitplayground_buttons_1_neopixel.py+1
- examples/circuitplayground_buttons_neopixels.py+1
- examples/circuitplayground_ir_receive.py+4-2
- examples/circuitplayground_ir_transmit.py+5-2
- examples/circuitplayground_light.py+2
- examples/circuitplayground_light_neopixels.py+1
- examples/circuitplayground_light_plotter.py+2
- examples/circuitplayground_neopixel_0.py+1
- examples/circuitplayground_neopixel_0_1.py+1
- examples/circuitplayground_neopixels_fill.py+1
- examples/circuitplayground_pixels_simpletest.py+3
- examples/circuitplayground_play_file.py+1
- examples/circuitplayground_play_file_buttons.py+1
- examples/circuitplayground_play_tone.py+1
- examples/circuitplayground_play_tone_buttons.py+1
- examples/circuitplayground_red_led.py+1
- examples/circuitplayground_red_led_blinky.py+2
- examples/circuitplayground_red_led_blnky_short.py+2
- examples/circuitplayground_shake.py+1
- examples/circuitplayground_shake_red_led.py+1
- examples/circuitplayground_slide_switch.py+2
- examples/circuitplayground_slide_switch_red_led.py+1-3
- examples/circuitplayground_slide_switch_red_led_short.py+1
- examples/circuitplayground_sound_meter.py+6-6
- examples/circuitplayground_tap_red_led.py+2
- examples/circuitplayground_tapdetect.py+2
- examples/circuitplayground_tapdetect_single_double.py+1
- examples/circuitplayground_temperature.py+2
- examples/circuitplayground_temperature_neopixels.py+2
- examples/circuitplayground_temperature_plotter.py+2
- examples/circuitplayground_tone.py+1
- examples/circuitplayground_touch_a1.py+1
- examples/circuitplayground_touch_all.py+3-1
- examples/circuitplayground_touch_pixel_fill_rainbow.py+2
- examples/circuitplayground_touch_pixel_rainbow.py+2
- ruff.toml+105
Submodule Adafruit_CircuitPython_ConnectionManager updated 19 files
- .gitattributes+11
- .pre-commit-config.yaml+11-37
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_connection_manager.py+14-22
- docs/api.rst+3
- docs/conf.py+1-5
- ruff.toml+108
- tests/close_socket_test.py+1-1
- tests/conftest.py+8-16
- tests/connection_manager_close_all_test.py+17-50
- tests/free_socket_test.py+1-1
- tests/get_connection_manager_test.py+4-8
- tests/get_radio_test.py+9-9
- tests/get_socket_test.py+6-12
- tests/mocket.py+6-12
- tests/protocol_test.py+2-4
- tests/ssl_context_test.py+7-11
Submodule Adafruit_CircuitPython_Crickit updated 13 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_crickit.py+10-16
- docs/api.rst+3
- docs/conf.py+2-6
- examples/crickit_dc_motor_simpletest.py+1
- examples/crickit_neopixel_simpletest.py+1-2
- examples/crickit_servo_simpletest.py+1
- examples/crickit_stepper_motor_simpletest.py+2
- ruff.toml+105
Submodule Adafruit_CircuitPython_Display_Shapes updated 26 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-396
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_display_shapes/arc.py+3-5
- adafruit_display_shapes/circle.py-1
- adafruit_display_shapes/filled_polygon.py+2-2
- adafruit_display_shapes/line.py-1
- adafruit_display_shapes/multisparkline.py+2-4
- adafruit_display_shapes/polygon.py+2-11
- adafruit_display_shapes/roundrect.py+1-7
- adafruit_display_shapes/sparkline.py+2-7
- adafruit_display_shapes/triangle.py+1-8
- docs/api.rst+3
- docs/conf.py+2-6
- examples/display_shapes_arc.py+2-1
- examples/display_shapes_arc_dynamic.py+3-1
- examples/display_shapes_circle_animation.py+3-1
- examples/display_shapes_filled_polygon_simpletest.py+1
- examples/display_shapes_simpletest.py+4-3
- examples/display_shapes_simpletest_magtag.py+4-3
- examples/display_shapes_sparkline_simpletest.py+5-4
- examples/display_shapes_sparkline_ticks.py+9-13
- examples/display_shapes_sparkline_triple.py+6-6
- ruff.toml+108
Submodule Adafruit_CircuitPython_Display_Text updated 6 files
Submodule Adafruit_CircuitPython_DotStar updated 12 files
Submodule Adafruit_CircuitPython_ESP32SPI updated 24 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_esp32spi/PWMOut.py+1-3
- adafruit_esp32spi/adafruit_esp32spi.py+37-76
- adafruit_esp32spi/adafruit_esp32spi_socketpool.py+15-22
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+8-20
- adafruit_esp32spi/digitalio.py+4-12
- docs/api.rst+3
- docs/conf.py+2-6
- examples/esp32spi_aio_post.py+4-6
- examples/esp32spi_cheerlights.py+3-3
- examples/esp32spi_ipconfig.py+2
- examples/esp32spi_localtime.py+6-6
- examples/esp32spi_simpletest.py+5-5
- examples/esp32spi_simpletest_rp2040.py+5-5
- examples/esp32spi_tcp_client.py+6-5
- examples/esp32spi_udp_client.py+6-5
- examples/esp32spi_wpa2ent_aio_post.py+4-6
- examples/esp32spi_wpa2ent_simpletest.py+6-8
- examples/gpio/esp32spi_gpio.py+12-15
- ruff.toml+105
Submodule Adafruit_CircuitPython_FocalTouch updated 13 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_focaltouch.py+14-20
- docs/api.rst+3
- docs/conf.py+2-6
- examples/focaltouch_paint_rgb666.py+7-13
- examples/focaltouch_paint_simpletest.py+3-2
- examples/focaltouch_print_touches.py+3-1
- examples/focaltouch_print_touches_with_irq.py+2-1
- ruff.toml+105
Submodule Adafruit_CircuitPython_HID updated 21 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_hid/__init__.py+2-5
- adafruit_hid/consumer_control.py+4-7
- adafruit_hid/consumer_control_code.py-2
- adafruit_hid/keyboard.py+3-5
- adafruit_hid/keyboard_layout_base.py+1-1
- adafruit_hid/keycode.py+1-5
- adafruit_hid/mouse.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/hid_consumer_control_brightness.py+2
- examples/hid_joywing_gamepad.py+2-2
- examples/hid_keyboard_layout.py+1
- examples/hid_keyboard_shortcuts.py+2
- examples/hid_simple_gamepad.py+1-2
- examples/hid_simpletest.py+2
- ruff.toml+109
Submodule Adafruit_CircuitPython_HTTPServer updated 48 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_httpserver/__init__.py+28-28
- adafruit_httpserver/authentication.py+4-8
- adafruit_httpserver/headers.py+3-9
- adafruit_httpserver/interfaces.py+18-33
- adafruit_httpserver/methods.py-1
- adafruit_httpserver/mime_types.py+1-1
- adafruit_httpserver/request.py+14-30
- adafruit_httpserver/response.py+34-48
- adafruit_httpserver/route.py+2-4
- adafruit_httpserver/server.py+21-30
- adafruit_httpserver/status.py+1-1
- docs/api.rst+3
- docs/conf.py+2-6
- docs/examples.rst+20-20
- docs/starting_methods.rst+4-4
- examples/httpserver_authentication_handlers.py+2-3
- examples/httpserver_authentication_server.py+1-2
- examples/httpserver_chunked.py+1-2
- examples/httpserver_cookies.py+1-2
- examples/httpserver_cpu_information.py+1-2
- examples/httpserver_cpython.py+1-2
- examples/httpserver_form_data.py+1-2
- examples/httpserver_handler_serves_file.py+1-2
- examples/httpserver_https.py+1-2
- examples/httpserver_mdns.py+1-2
- examples/httpserver_methods.py+4-9
- examples/httpserver_multiple_servers.py+1-2
- examples/httpserver_neopixel.py+1-2
- examples/httpserver_redirects.py+5-6
- examples/httpserver_simpletest_auto_connection_manager.py+1-2
- examples/httpserver_simpletest_auto_settings_toml.py+1-2
- examples/httpserver_simpletest_manual_ap.py+1-2
- examples/httpserver_simpletest_manual_ethernet.py+2-3
- examples/httpserver_simpletest_manual_wifi.py+1-1
- examples/httpserver_sse.py+3-3
- examples/httpserver_start_and_poll.py+2-3
- examples/httpserver_start_and_poll_asyncio.py+5-4
- examples/httpserver_static_files_serving.py+1-2
- examples/httpserver_templates.py+1-1
- examples/httpserver_url_parameters.py+8-13
- examples/httpserver_video_stream.py+3-8
- examples/httpserver_websocket.py+5-4
- ruff.toml+112
Submodule Adafruit_CircuitPython_ImageLoad updated 7 files
Submodule Adafruit_CircuitPython_LED_Animation updated 55 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_led_animation/__init__.py+1-1
- adafruit_led_animation/animation/__init__.py+2-3
- adafruit_led_animation/animation/blink.py+7-3
- adafruit_led_animation/animation/chase.py+3-6
- adafruit_led_animation/animation/colorcycle.py-1
- adafruit_led_animation/animation/comet.py+1-4
- adafruit_led_animation/animation/customcolorchase.py-1
- adafruit_led_animation/animation/grid_rain.py+6-10
- adafruit_led_animation/animation/multicolor_comet.py+1-1
- adafruit_led_animation/animation/pacman.py+126
- adafruit_led_animation/animation/pulse.py+2-5
- adafruit_led_animation/animation/rainbow.py+4-11
- adafruit_led_animation/animation/rainbowchase.py+1-2
- adafruit_led_animation/animation/rainbowcomet.py+3-7
- adafruit_led_animation/animation/rainbowsparkle.py+2-5
- adafruit_led_animation/animation/sparkle.py+3-7
- adafruit_led_animation/animation/sparklepulse.py+2-7
- adafruit_led_animation/animation/volume.py+14-3
- adafruit_led_animation/color.py+2-1
- adafruit_led_animation/grid.py+2-3
- adafruit_led_animation/group.py+2-2
- adafruit_led_animation/helper.py-1
- adafruit_led_animation/sequence.py+7-10
- adafruit_led_animation/timedsequence.py+2-4
- docs/api.rst+3
- docs/conf.py+2-6
- docs/examples.rst+17
- examples/led_animation_all_animations.py+9-8
- examples/led_animation_basic_animations.py+9-8
- examples/led_animation_blink.py+1
- examples/led_animation_blink_with_background.py+30
- examples/led_animation_chase.py+1
- examples/led_animation_comet.py+1
- examples/led_animation_customcolorchase.py+5-10
- examples/led_animation_cycle_animations.py+3-1
- examples/led_animation_freeze_animation.py+1
- examples/led_animation_group.py+3-4
- examples/led_animation_multicolor_comet.py+2
- examples/led_animation_pacman.py+34
- examples/led_animation_pixel_map.py+9-14
- examples/led_animation_rainbow_animations.py+1
- examples/led_animation_resume_animation.py+1
- examples/led_animation_samd21_reset_interval.py+4-2
- examples/led_animation_sequence.py+3-2
- examples/led_animation_simpletest.py+2
- examples/led_animation_sparkle_animations.py+2-1
- examples/led_animation_sparkle_mask.py+2-1
- examples/led_animation_timedsequence.py+4-2
- examples/led_animation_volume.py+3-1
- ruff.toml+108
Submodule Adafruit_CircuitPython_LIS3DH updated 14 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_lis3dh.py+14-16
- docs/api.rst+3
- docs/conf.py+2-6
- examples/lis3dh_adc.py+3-1
- examples/lis3dh_simpletest.py+4-4
- examples/lis3dh_spinner.py+2-9
- examples/lis3dh_spinner_advanced.py+2-9
- examples/lis3dh_tap.py+3-3
- ruff.toml+105
Submodule Adafruit_CircuitPython_LSM6DS updated 25 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_lsm6ds/__init__.py+18-25
- adafruit_lsm6ds/ism330dhcx.py+6-4
- adafruit_lsm6ds/lsm6ds3.py+2-2
- adafruit_lsm6ds/lsm6ds33.py+2-2
- adafruit_lsm6ds/lsm6ds3trc.py+2-2
- adafruit_lsm6ds/lsm6dso32.py+4-3
- adafruit_lsm6ds/lsm6dsox.py+5-4
- docs/api.rst+3
- docs/conf.py+2-6
- examples/lsm6ds_full_test.py+3-5
- examples/lsm6ds_ism330dhcx_simpletest.py+6-2
- examples/lsm6ds_lsm6ds33_simpletest.py+6-2
- examples/lsm6ds_lsm6ds3_simpletest.py+6-2
- examples/lsm6ds_lsm6ds3trc_simpletest.py+7-3
- examples/lsm6ds_lsm6dso32_simpletest.py+6-2
- examples/lsm6ds_lsm6dsox_mlc_test.py+3-1
- examples/lsm6ds_lsm6dsox_simpletest.py+6-2
- examples/lsm6ds_pedometer.py+4-2
- examples/lsm6ds_rate_test.py+3-9
- ruff.toml+105
Submodule Adafruit_CircuitPython_MIDI updated 22 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_midi/__init__.py+6-9
- adafruit_midi/control_change.py+1-3
- adafruit_midi/midi_message.py+5-18
- adafruit_midi/note_off.py+1-1
- adafruit_midi/note_on.py+1-3
- adafruit_midi/pitch_bend.py+1-3
- adafruit_midi/polyphonic_key_pressure.py+1-3
- adafruit_midi/system_exclusive.py+2-7
- docs/api.rst+3
- docs/conf.py+1-5
- examples/midi_inoutdemo.py+1-7
- examples/midi_intest1.py-1
- examples/midi_memorycheck.py-1
- ruff.toml+109
- tests/test_MIDIMessage_unittests.py+38-58
- tests/test_MIDI_unittests.py+33-66
- tests/test_note_parser.py-3
Submodule Adafruit_CircuitPython_MPU6050 updated 14 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_mpu6050.py+13-15
- docs/api.rst+3
- docs/conf.py+2-6
- examples/mpu6050_displayio_simpletest.py+5-7
- examples/mpu6050_inclinometer.py+3-1
- examples/mpu6050_plotter_example.py+7-2
- examples/mpu6050_simpletest.py+7-3
- examples/mpu6050_sleep_example.py+2
- ruff.toml+105
Submodule Adafruit_CircuitPython_Motor updated 19 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_motor/motor.py+9-12
- adafruit_motor/servo.py+5-10
- adafruit_motor/stepper.py+6-9
- docs/api.rst+6
- docs/conf.py+2-6
- examples/motor_h-bridge_dc_motor.py+2
- examples/motor_pca9685_continuous_servo.py+1-1
- examples/motor_pca9685_dc_motor.py+2-4
- examples/motor_pca9685_servo_sweep.py+2-1
- examples/motor_pca9685_stepper_motor.py+1-1
- examples/motor_servo_sweep_simpletest.py+2
- examples/motor_stepper_digitalio.py+2
- ruff.toml+109
- tests/test_stepper.py+3-7
Submodule Adafruit_CircuitPython_NeoPixel updated 13 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/neopixel_pixel.py+2
- examples/neopixel_rainbowio_simpletest.py+3-1
- examples/neopixel_rpi_simpletest.py+3-2
- examples/neopixel_simpletest.py+3-2
- neopixel.py+7-11
- ruff.toml+105
Submodule Adafruit_CircuitPython_PCF8563 updated 12 files
Submodule Adafruit_CircuitPython_Pixel_Framebuf updated 14 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_pixel_framebuf.py+3-12
- docs/api.rst+3
- docs/conf.py+2-6
- examples/pixel_framebuf_16x16_animation.py+1
- examples/pixel_framebuf_32x8_test.py+2-1
- examples/pixel_framebuf_dotstar_simpletest.py+3-1
- examples/pixel_framebuf_pillow_image.py+2
- examples/pixel_framebuf_simpletest.py+2
- ruff.toml+108
Submodule Adafruit_CircuitPython_ProgressBar updated 20 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_progressbar/__init__.py+11-28
- adafruit_progressbar/horizontalprogressbar.py+2-14
- adafruit_progressbar/progressbar.py-5
- adafruit_progressbar/verticalprogressbar.py+4-18
- docs/api.rst+2-2
- examples/progressbar_accelerometer.py+6-3
- examples/progressbar_combined.py+3-1
- examples/progressbar_displayio_blinka.py+6-4
- examples/progressbar_displayio_blinka_color_scale.py+3-1
- examples/progressbar_magtag_simpletest.py+4-1
- examples/progressbar_matrixportal.py+6-6
- examples/progressbar_simpletest.py+4-2
- examples/progressbar_vertical_simpletest.py+4-2
- ruff.toml+108
Submodule Adafruit_CircuitPython_RFM69 updated 19 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_rfm69.py+25-55
- docs/api.rst+6
- docs/conf.py+2-6
- examples/rfm69_header.py+4-6
- examples/rfm69_node1.py+7-12
- examples/rfm69_node1_ack.py+7-7
- examples/rfm69_node1_bonnet.py+7-13
- examples/rfm69_node2.py+7-7
- examples/rfm69_node2_ack.py+6-8
- examples/rfm69_rpi_interrupt.py+11-15
- examples/rfm69_rpi_simpletest.py+7-10
- examples/rfm69_simpletest.py+7-10
- examples/rfm69_transmit.py+6-6
- ruff.toml+105
Submodule Adafruit_CircuitPython_RFM9x updated 19 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_rfm9x.py+28-58
- docs/api.rst+3
- docs/conf.py+3-7
- examples/rfm9x_header.py+3-2
- examples/rfm9x_node1.py+6-9
- examples/rfm9x_node1_ack.py+6-4
- examples/rfm9x_node1_bonnet.py+6-10
- examples/rfm9x_node2.py+6-4
- examples/rfm9x_node2_ack.py+5-5
- examples/rfm9x_rpi_interrupt.py+5-3
- examples/rfm9x_rpi_simpletest.py+3-4
- examples/rfm9x_simpletest.py+3-4
- examples/rfm9x_transmit.py+5-3
- ruff.toml+105
Submodule Adafruit_CircuitPython_Register updated 18 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_register/i2c_bcd_alarm.py+6-13
- adafruit_register/i2c_bcd_datetime.py+4-6
- adafruit_register/i2c_bit.py+2-2
- adafruit_register/i2c_bits.py+3-3
- adafruit_register/i2c_struct.py+2-2
- adafruit_register/i2c_struct_array.py+3-3
- docs/api.rst+3
- docs/conf.py+2-6
- examples/register_rwbit.py+5-4
- examples/register_rwbits.py+5-4
- examples/register_simpletest.py+3-2
- examples/register_unarystruct.py+5-4
- ruff.toml+108
Submodule Adafruit_CircuitPython_SSD1306 updated 23 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_ssd1306.py+6-10
- docs/api.rst+3
- docs/conf.py+2-6
- examples/ssd1306_bonnet_buttons.py+2-3
- examples/ssd1306_bouncing_ball.py+1
- examples/ssd1306_clear.py+1-2
- examples/ssd1306_framebuftest.py+1-1
- examples/ssd1306_pillow_animate.py+3-1
- examples/ssd1306_pillow_clock.py+2
- examples/ssd1306_pillow_demo.py+1
- examples/ssd1306_pillow_image_display.py+3-5
- examples/ssd1306_pillow_images.py+2-1
- examples/ssd1306_pillow_ip.py+5-3
- examples/ssd1306_pillow_shapes.py+2-1
- examples/ssd1306_pillow_text.py+1
- examples/ssd1306_simpletest.py+1
- examples/ssd1306_stats.py+3-3
- ruff.toml+106
Submodule Adafruit_CircuitPython_SimpleIO updated 12 files
Submodule Adafruit_CircuitPython_Wiznet5k updated 20 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_wiznet5k/adafruit_wiznet5k.py+52-89
- adafruit_wiznet5k/adafruit_wiznet5k_debug.py+5-6
- adafruit_wiznet5k/adafruit_wiznet5k_dhcp.py+28-67
- adafruit_wiznet5k/adafruit_wiznet5k_dns.py+19-41
- adafruit_wiznet5k/adafruit_wiznet5k_socketpool.py+36-65
- docs/api.rst+3
- docs/conf.py+2-6
- examples/wiznet5k_aio_post.py+5-3
- examples/wiznet5k_cheerlights.py+5-5
- examples/wiznet5k_cpython_client_for_simpleserver.py+1
- examples/wiznet5k_httpserver.py+3-2
- examples/wiznet5k_simpleserver.py+2-1
- examples/wiznet5k_simpletest.py+4-5
- examples/wiznet5k_simpletest_manual_network.py+4-5
- ruff.toml+111
Submodule Adafruit_CircuitPython_asyncio updated 18 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- asyncio/core.py+7-4
- asyncio/funcs.py+6-8
- asyncio/lock.py+1
- asyncio/stream.py+2-1
- asyncio/traceback.py+2-2
- docs/api.rst+3
- docs/conf.py+2-6
- examples/asyncio_displayio_button.py+13-24
- examples/asyncio_event_example.py+2-3
- examples/asyncio_serial_examples.py+1-2
- examples/asyncio_simpletest.py+1-2
- examples/asyncio_usb_cdc_boot.py+1
- ruff.toml+111
Submodule Adafruit_CircuitPython_seesaw updated 39 files
- .gitattributes+11
- .pre-commit-config.yaml+11-32
- .pylintrc-399
- .readthedocs.yaml+1-1
- README.rst+3-3
- adafruit_seesaw/analoginput.py-1
- adafruit_seesaw/attiny8x7.py-1
- adafruit_seesaw/attinyx16.py-1
- adafruit_seesaw/crickit.py-1
- adafruit_seesaw/digitalio.py-1
- adafruit_seesaw/keypad.py+4-9
- adafruit_seesaw/neopixel.py+3-10
- adafruit_seesaw/pwmout.py-1
- adafruit_seesaw/robohat.py-1
- adafruit_seesaw/rotaryio.py-2
- adafruit_seesaw/samd09.py-1
- adafruit_seesaw/seesaw.py+18-22
- adafruit_seesaw/tftshield18.py+2-2
- docs/api.rst+3
- docs/conf.py+2-6
- examples/seesaw_analogin_test.py+3-1
- examples/seesaw_ano_rotary_7segment_demo.py+2-1
- examples/seesaw_ano_rotary_simpletest.py+2-1
- examples/seesaw_arcade_qt_multi_board.py+3-1
- examples/seesaw_arcade_qt_simpletest.py+4-1
- examples/seesaw_attiny_simpletest.py+3
- examples/seesaw_crickit_test.py+12-13
- examples/seesaw_digitalio_test.py+3-1
- examples/seesaw_eeprom_test.py+2
- examples/seesaw_gamepad_qt.py+2
- examples/seesaw_neopixel_test.py+3-1
- examples/seesaw_pc_joystick.py+3-3
- examples/seesaw_pwmout_test.py+4-2
- examples/seesaw_quadrotary.py+6-6
- examples/seesaw_rotary_multiples.py+4-3
- examples/seesaw_rotary_neopixel.py+6-7
- examples/seesaw_rotary_simpletest.py+4-3
- examples/seesaw_simpletest.py+1
- ruff.toml+105
0 commit comments