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
- .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
0 commit comments