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
10000
- 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
Submodule Adafruit_CircuitPython_ESP32SPI updated 8 files
Submodule Adafruit_CircuitPython_IRRemote updated 21 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_irremote.py+59-46
- 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/irremote_simpletest.py+3
- examples/irremote_transmit.py+6-2
- requirements.txt+3-1
- setup.py+4
Submodule Adafruit_CircuitPython_LIS3DH updated 26 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_lis3dh.py+126-33
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+26-1
- docs/examples.rst.license+3
- docs/index.rst+2
- docs/index.rst.license+3
- examples/lis3dh_adc.py+6-3
- examples/lis3dh_simpletest.py+6-3
- examples/lis3dh_spinner.py+3
- examples/lis3dh_spinner_advanced.py+3
- examples/lis3dh_tap.py+4-1
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_LSM6DS updated 18 files
- .github/workflows/build.yml-4
- .pre-commit-config.yaml+17-2
- .pylintrc+3-4
- README.rst+2-4
- adafruit_lsm6ds/__init__.py+48-42
- adafruit_lsm6ds/ism330dhcx.py+32-5
- adafruit_lsm6ds/lsm6ds33.py+29-3
- adafruit_lsm6ds/lsm6dso32.py+30-3
- adafruit_lsm6ds/lsm6dsox.py+29-3
- docs/api.rst+15
- docs/examples.rst+63-3
- examples/lsm6ds_full_test.py+1-3
- examples/lsm6ds_ism330dhcx_simpletest.py+1-3
- examples/lsm6ds_lsm6ds33_simpletest.py+1-3
- examples/lsm6ds_lsm6dso32_simpletest.py+2-2
- examples/lsm6ds_lsm6dsox_simpletest.py+1-3
- examples/lsm6ds_pedometer.py+1-3
- examples/lsm6ds_rate_test.py+1-4
Submodule Adafruit_CircuitPython_Motor updated 30 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .github/workflows/test.yml-25
- .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_motor/motor.py+58-35
- adafruit_motor/servo.py+11-28
- adafruit_motor/stepper.py+9-26
- 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/motor_h-bridge_dc_motor.py+72
- examples/motor_pca9685_continuous_servo.py+3
- examples/motor_pca9685_dc_motor.py+6
- examples/motor_pca9685_servo_sweep.py+3
- examples/motor_pca9685_stepper_motor.py+3
- examples/motor_servo_sweep_simpletest.py+5-2
- examples/motor_stepper_digitalio.py+3
- requirements.txt+4
- setup.py+4
- tests/test_stepper.py+28
Submodule Adafruit_CircuitPython_NeoPixel updated 22 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
- 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/neopixel_pixel.py+3
- examples/neopixel_rpi_simpletest.py+3
- examples/neopixel_simpletest.py+3
- neopixel.py+11-33
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_ProgressBar updated 33 files
- .github/workflows/build.yml+30-9
- .github/workflows/release.yml+5-1
- .gitignore+341
- .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_progressbar.py-170
- adafruit_progressbar/__init__.py+593
- adafruit_progressbar/horizontalprogressbar.py+169
- adafruit_progressbar/progressbar.py+105
- adafruit_progressbar/verticalprogressbar.py+135
- docs/_static/favicon.ico.license+3
- docs/api.rst+15-1
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst+10
- docs/examples.rst.license+3
- docs/index.rst.license+3
- examples/progressbar_combined.py+53
- examples/progressbar_displayio_blinka.py+122
- examples/progressbar_displayio_blinka_color_scale.py+82
- examples/progressbar_magtag_simpletest.py+50-18
- examples/progressbar_matrixportal.py+185
- examples/progressbar_simpletest.py+15-7
- examples/progressbar_vertical_simpletest.py+52
- examples/requirements.txt+12
- requirements.txt+10-1
- setup.py+5-1
Submodule Adafruit_CircuitPython_RFM69 updated 30 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+2-2
- README.rst.license+3
- adafruit_rfm69.py+56-71
- 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/rfm69_header.py+4-1
- examples/rfm69_node1.py+4-2
- examples/rfm69_node1_ack.py+4-2
- examples/rfm69_node1_bonnet.py+4-2
- examples/rfm69_node2.py+4-2
- examples/rfm69_node2_ack.py+4-2
- examples/rfm69_rpi_interrupt.py+3-1
- examples/rfm69_rpi_simpletest.py+4-1
- examples/rfm69_simpletest.py+3-1
- examples/rfm69_transmit.py+4-2
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_RFM9x updated 30 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+1-1
- README.rst.license+3
- adafruit_rfm9x.py+50-51
- 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/rfm9x_header.py+3
- examples/rfm9x_node1.py+3
- examples/rfm9x_node1_ack.py+3
- examples/rfm9x_node1_bonnet.py+3
- examples/rfm9x_node2.py+3
- examples/rfm9x_node2_ack.py+3
- examples/rfm9x_rpi_interrupt.py+3
- examples/rfm9x_rpi_simpletest.py+3
- examples/rfm9x_simpletest.py+3
- examples/rfm9x_transmit.py+3
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_Requests updated 41 files
- .github/workflows/build.yml+24-8
- .github/workflows/release.yml+4
- .github/workflows/test.yml-25
- .gitignore+5-1
- .pre-commit-config.yaml+42
- .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_requests.py+20-28
- 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/requests_advanced.py+4-4
- examples/requests_advanced_cellular.py+3
- examples/requests_advanced_cpython.py+3
- examples/requests_advanced_ethernet.py+3
- examples/requests_github_cpython.py+3
- examples/requests_https_circuitpython.py+65
- examples/requests_https_cpython.py+3
- examples/requests_simpletest.py+11-3
- examples/requests_simpletest_cellular.py+3
- examples/requests_simpletest_cpython.py+3
- examples/requests_simpletest_ethernet.py+3
- requirements.txt+4
- setup.py+4
- tests/chunk_test.py+76-26
- tests/concurrent_test.py+53-38
- tests/header_test.py+15-11
- tests/legacy_mocket.py+15-8
- tests/legacy_test.py+95-63
- tests/mocket.py+22-8
- tests/parse_test.py+24-16
- tests/post_test.py+36-27
- tests/protocol_test.py+46-31
- tests/reuse_test.py+97-61
Submodule Adafruit_CircuitPython_SD updated 21 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+10
- README.rst.license+3
- adafruit_sdcard.py+35-64
- 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/sd_read_simpletest.py+3
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_ST7789 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_st7789.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/st7789_240x135_pitft_simpletest.py+3
- examples/st7789_240x135_simpletest.py+3
- examples/st7789_240x135_simpletest_Pimoroni_Pico_Display_Pack.py+68
- examples/st7789_240x240_bonnet_simpletest.py+3
- examples/st7789_240x240_pitft_simpletest.py+3
- examples/st7789_240x240_simpletest_Pimoroni_Pico_Explorer.py+54
- examples/st7789_320x240_simpletest.py+3
- examples/st7789_simpletest.py+3
- examples/st7789_tft_gizmo_simpletest.py+3
- requirements.txt+4
- setup.py+8-1
Submodule Adafruit_CircuitPython_Thermistor updated 21 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_thermistor.py+41-22
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+4
- docs/examples.rst.license+3
- docs/index.rst+2
- docs/index.rst.license+3
- examples/thermistor_simpletest.py+3
- requirements.txt+4
- setup.py+4
Submodule Adafruit_CircuitPython_seesaw updated 36 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_seesaw/analoginput.py+4-22
- adafruit_seesaw/crickit.py+3-20
- adafruit_seesaw/digitalio.py+4-22
- adafruit_seesaw/keypad.py+11-28
- adafruit_seesaw/neopixel.py+4-22
- adafruit_seesaw/pwmout.py+4-21
- adafruit_seesaw/robohat.py+3-20
- adafruit_seesaw/rotaryio.py+35
- adafruit_seesaw/samd09.py+3-20
- adafruit_seesaw/seesaw.py+44-23
- adafruit_seesaw/tftshield18.py+9-21
- 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.license+3
- examples/seesaw_crickit_test.py+5-3
- examples/seesaw_joy_featherwing.py+5-3
- examples/seesaw_minitft_featherwing.py+3
- examples/seesaw_rotary_simpletest.py+38
- examples/seesaw_simpletest.py+5-3
- examples/seesaw_soil_simpletest.py+5-3
- requirements.txt+4
- setup.py+4
0 commit comments