File tree
32 files changed
+32
-32
lines changed- frozen
32 files changed
+32
-32
lines changedSubmodule Adafruit_CircuitPython_APDS9960 updated 12 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+1-1
- .github/workflows/build.yml+3-3
- .github/workflows/release.yml+4-4
- .readthedocs.yaml+1-1
- README.rst+127-50
- adafruit_apds9960/apds9960.py+664-274
- docs/conf.py+3-3
- docs/examples.rst+13-13
- docs/index.rst+1-1
- examples/apds9960_color_simpletest.py-2
- examples/apds9960_proximity_simpletest.py+7-1
- setup.py-2
Submodule Adafruit_CircuitPython_BLE updated 18 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+1-1
- .github/workflows/build.yml+3-3
- .github/workflows/release.yml+4-4
- .readthedocs.yaml+5-1
- README.rst+4-7
- adafruit_ble/advertising/__init__.py+5
- adafruit_ble/advertising/adafruit.py+10-6
- adafruit_ble/services/sphero.py+1-1
- docs/characteristics.rst+3
- docs/conf.py+2-2
- docs/index.rst+1-1
- docs/services.rst+3
- examples/ble_advertising_simpletest.py+25
- examples/ble_device_info_service.py+39
- examples/ble_packet_buffer_client.py+42
- examples/ble_packet_buffer_service.py+73
- examples/ble_packet_buffer_test.py+31
- setup.py-2
Submodule Adafruit_CircuitPython_BusDevice updated 12 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+1-1
- .github/workflows/build.yml+3-3
- .github/workflows/release.yml+4-4
- .pylintrc+1-1
- .readthedocs.yaml+5-1
- README.rst+5-8
- adafruit_bus_device/i2c_device.py+37-17
- adafruit_bus_device/spi_device.py+29-10
- docs/conf.py+4-4
- docs/index.rst+1-1
- requirements.txt+6
- setup.py+1-3
Submodule Adafruit_CircuitPython_DRV2605 updated 10 files
Submodule Adafruit_CircuitPython_Display_Text updated 11 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+1-1
- .github/workflows/build.yml+3-3
- .github/workflows/release.yml+4-4
- .readthedocs.yaml+1-1
- README.rst+4-8
- adafruit_display_text/__init__.py+19-2
- adafruit_display_text/scrolling_label.py+144
- docs/conf.py+2-2
- docs/index.rst+1-1
- examples/display_text_scrolling_label.py+17
- setup.py-2
0 commit comments