File tree
102 files changed
+1669
-767
lines changed- .github/workflows
- devices/ble_hci/common-hal/_bleio
- docs
- frozen
- locale
- ports
- atmel-samd
- boards
- adafruit_neokey_trinkey_m0
- adafruit_proxlight_trinkey_m0
- adafruit_rotary_trinkey_m0
- adafruit_slide_trinkey_m0
- neopixel_trinkey_m0
- cxd56
- esp32s2
- litex
- mimxrt10xx
- nrf
- common-hal/_bleio
- raspberrypi
- boards/adafruit_macropad_rp2040
- common-hal/pulseio
- supervisor
- stm
- boards
- espruino_pico
- pyb_nano_v2
- stm32f411ve_discovery
- py
- supervisor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+1669
-767
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
| 179 | + | |
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
645 | 645 |
| |
646 | 646 |
| |
647 | 647 |
| |
648 |
| - | |
| 648 | + | |
649 | 649 |
| |
650 | 650 |
| |
651 | 651 |
| |
| |||
769 | 769 |
| |
770 | 770 |
| |
771 | 771 |
| |
772 |
| - | |
| 772 | + | |
773 | 773 |
| |
774 | 774 |
| |
775 | 775 |
| |
| |||
793 | 793 |
| |
794 | 794 |
| |
795 | 795 |
| |
| 796 | + | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
796 | 800 |
| |
797 | 801 |
| |
798 | 802 |
| |
799 | 803 |
| |
800 | 804 |
| |
801 |
| - | |
| 805 | + | |
| 806 | + | |
802 | 807 |
| |
803 | 808 |
| |
804 | 809 |
| |
|
Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
332 | 332 |
| |
333 | 333 |
| |
334 | 334 |
| |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
335 | 361 |
| |
336 | 362 |
| |
337 | 363 |
| |
|
Submodule 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
- F438 a>.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 10000 span>+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
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+ 17AE 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. F438 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
Lines changed: 79 additions & 34 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
730 |
| - | |
731 |
| - | |
732 |
| - | |
733 |
| - | |
734 |
| - | |
735 |
| - | |
736 |
| - | |
737 |
| - | |
738 |
| - | |
| 730 | + | |
739 | 731 |
| |
740 | 732 |
| |
741 | 733 |
| |
| |||
866 | 858 |
| |
867 | 859 |
| |
868 | 860 |
| |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
869 | 865 |
| |
870 | 866 |
| |
871 | 867 |
| |
| |||
1656 | 1652 |
| |
1657 | 1653 |
| |
1658 | 1654 |
| |
1659 |
| - | |
1660 |
| - | |
1661 |
| - | |
1662 |
| - | |
1663 | 1655 |
| |
1664 | 1656 |
| |
1665 | 1657 |
| |
| |||
1695 | 1687 |
| |
1696 | 1688 |
| |
1697 | 1689 |
| |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
1698 | 1694 |
| |
1699 | 1695 |
| |
1700 | 1696 |
| |
| |||
1710 | 1706 |
| |
1711 | 1707 |
| |
1712 | 1708 |
| |
| + | ||
1713 | 1710 |
| |
1714 | 1711 |
| |
1715 | 1712 |
| |
| |||
1787 | 1784 |
| |
1788 | 1785 |
| |
1789 | 1786 |
| |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
1790 | 1791 |
| |
1791 | 1792 |
| |
1792 | 1793 |
| |
| |||
1805 | 1806 |
| |
1806 | 1807 |
| |
1807 | 1808 |
| |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
1808 | 1814 |
| |
1809 | 1815 |
| |
1810 | 1816 |
| |
| |||
1818 | 1824 |
| |
1819 | 1825 |
| |
1820 | 1826 |
| |
1821 |
| - | |
1822 |
| - | |
1823 |
| - | |
1824 |
| - | |
1825 | 1827 |
| |
1826 | 1828 |
| |
1827 | 1829 |
| |
| |||
1984 | 1986 |
| |
1985 | 1987 |
| |
1986 | 1988 |
| |
1987 |
| - | |
| 1989 | + | |
1988 | 1990 |
| |
| 1991 | + | |
| 1992 | + | |
1989 | 1993 |
| |
1990 | 1994 |
| |
1991 | 1995 |
| |
| |||
2047 | 2051 |
| |
2048 | 2052 |
| |
2049 | 2053 |
| |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
2050 | 2058 |
| |
2051 | 2059 |
| |
2052 | 2060 |
| |
| |||
2105 | 2113 |
| |
2106 | 2114 |
| |
2107 | 2115 |
| |
2108 |
| - | |
| 2116 | + | |
2109 | 2117 |
| |
2110 |
| - | |
2111 |
| - | |
2112 | 2118 |
| |
2113 | 2119 |
| |
2114 | 2120 |
| |
2115 | 2121 |
| |
2116 |
| - | |
| 2122 | + | |
2117 | 2123 |
| |
2118 |
| - | |
2119 |
| - | |
2120 | 2124 |
| |
2121 | 2125 |
| |
2122 | 2126 |
| |
| |||
2126 | 2130 |
| |
2127 | 2131 |
| |
2128 | 2132 |
| |
2129 |
| - | |
| 2133 | + | |
2130 | 2134 |
| |
2131 |
| - | |
2132 |
| - | |
2133 |
| - | |
2134 | 2135 |
| |
2135 | 2136 |
| |
2136 | 2137 |
| |
| |||
2194 | 2195 |
| |
2195 | 2196 |
| |
2196 | 2197 |
| |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
2197 | 2202 |
| |
2198 | 2203 |
| |
2199 | 2204 |
| |
| |||
2431 | 2436 |
| |
2432 | 2437 |
| |
2433 | 2438 |
| |
2434 |
| - | |
2435 |
| - | |
| 2439 | + | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
| 2445 | + | |
2436 | 2446 |
| |
2437 | 2447 |
| |
2438 | 2448 |
| |
| |||
4381 | 4391 |
| |
4382 | 4392 |
| |
4383 | 4393 |
| |
| 4394 | + | |
| 4395 | + | |
| 4396 | + | |
| 4397 | + | |
| 4398 | + | |
| 4399 | + | |
| 4400 | + | |
| 4401 | + | |
| 4402 | + | |
| 4403 | + | |
| 4404 | + | |
| 4405 | + | |
| 4406 | + | |
| 4407 | + | |
| 4408 | + | |
| 4409 | + | |
| 4410 | + | |
| 4411 | + | |
| 4412 | + | |
| 4413 | + | |
| 4414 | + | |
| 4415 | + | |
| 4416 | + | |
| 4417 | + | |
| 4418 | + | |
| 4419 | + | |
| 4420 | + | |
| 4421 | + | |
| 4422 | + | |
| 4423 | + | |
| 4424 | + | |
| 4425 | + | |
| 4426 | + | |
| 4427 | + | |
| 4428 | + | |
| 4429 | + | |
| 4430 | + | |
| 4431 | + | |
| 4432 | + | |
4384 | 4433 |
| |
4385 | 4434 |
| |
4386 | 4435 |
| |
| |||
4555 | 4604 |
| |
4556 | 4605 |
| |
4557 | 4606 |
| |
4558 |
| - | |
4559 |
| - | |
4560 |
| - | |
4561 |
| - | |
4562 | 4607 |
| |
4563 | 4608 |
| |
4564 | 4609 |
| |
|
0 commit comments