File tree
73 files changed
+1189
-158
lines changed- frozen
- locale
- ports
- atmel-samd/boards
- matrixportal_m4
- pyportal
- pyportal_titano
- espressif
- boards
- adafruit_feather_esp32s2_tft
- adafruit_funhouse
- adafruit_magtag_2.9_grayscale
- adafruit_qtpy_esp32s2
- microdev_micro_s2
- common-hal
- _bleio
- microcontroller
- supervisor
- nrf/common-hal/_bleio
- py
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+1189
-158
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + |
Submodule 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
Submodule Adafruit_CircuitPython_ESP32SPI updated 13 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+2-2
- adafruit_esp32spi/adafruit_esp32spi.py+8-7
- adafruit_esp32spi/adafruit_esp32spi_socket.py+45-4
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+7-2
- adafruit_esp32spi/digitalio.py+3-2
- docs/api.rst+12
- docs/conf.py+4-4
- docs/index.rst+1-1
- setup.py-2
Submodule Adafruit_CircuitPython_Requests updated 11 files
Submodule Adafruit_CircuitPython_ST7789 updated 10 files
Submodule Adafruit_CircuitPython_seesaw updated 13 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+2-2
- adafruit_seesaw/neopixel.py+1-4
- adafruit_seesaw/seesaw.py+1-4
- docs/conf.py+4-4
- docs/index.rst+1-1
- examples/seesaw_arcade_qt_multi_board.py+41
- examples/seesaw_rotary_multiples.py+68
- setup.py-2
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2427 | 2427 |
| |
2428 | 2428 |
| |
2429 | 2429 |
| |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
| 2436 | + | |
| 2437 | + | |
| 2438 | + | |
| 2439 | + | |
2430 | 2440 |
| |
2431 | 2441 |
| |
2432 | 2442 |
| |
| |||
2498 | 2508 |
| |
2499 | 2509 |
| |
2500 | 2510 |
| |
| 2511 | + | |
2501 | 2512 |
| |
2502 | 2513 |
| |
2503 | 2514 |
| |
2504 | 2515 |
| |
2505 | 2516 |
| |
2506 | 2517 |
| |
| 2518 | + | |
2507 | 2519 |
| |
2508 | 2520 |
| |
2509 | 2521 |
| |
| |||
3788 | 3800 |
| |
3789 | 3801 |
| |
3790 | 3802 |
| |
| 3803 | + | |
3791 | 3804 |
| |
3792 | 3805 |
| |
3793 | 3806 |
| |
|
Lines changed: 21 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
| 304 | + | |
| 305 | + | |
305 | 306 |
| |
306 | 307 |
| |
307 | 308 |
| |
| |||
401 | 402 |
| |
402 | 403 |
| |
403 | 404 |
| |
404 |
| - | |
| 405 | + | |
| 406 | + | |
405 | 407 |
| |
406 | 408 |
| |
407 | 409 |
| |
| |||
527 | 529 |
| |
528 | 530 |
| |
529 | 531 |
| |
530 |
| - | |
531 |
| - | |
532 |
| - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
533 | 535 |
| |
534 | 536 |
| |
535 | 537 |
| |
536 | 538 |
| |
537 | 539 |
| |
538 | 540 |
| |
539 | 541 |
| |
540 |
| - | |
541 |
| - | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
542 | 551 |
| |
543 | 552 |
| |
544 | 553 |
| |
545 |
| - | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
546 | 557 |
| |
547 | 558 |
| |
548 | 559 |
| |
549 | 560 |
| |
550 | 561 |
| |
551 |
| - | |
| 562 | + | |
| 563 | + | |
552 | 564 |
| |
553 | 565 |
| |
554 | 566 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + |
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
271 | 275 |
| |
272 | 276 |
| |
273 | 277 |
| |
|
Lines changed: 11 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 | 74 |
| |
83 | 75 |
| |
84 | 76 |
| |
| |||
99 | 91 |
| |
100 | 92 |
| |
101 | 93 |
| |
102 |
| - | |
103 | 94 |
| |
104 | 95 |
| |
105 | 96 |
| |
| |||
138 | 129 |
| |
139 | 130 |
| |
140 | 131 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
145 | 142 |
| |
146 |
| - | |
| 143 | + | |
147 | 144 |
| |
148 | 145 |
| |
149 | 146 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + |
Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
175 | 194 |
| |
176 | 195 |
| |
177 | 196 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
53 | 54 |
| |
54 | 55 |
| |
| 56 | + |
0 commit comments