File tree
110 files changed
+5457
-297
lines changed- frozen
- lib/oofatfs
- locale
- ports
- atmel-samd
- boards
- arduino_mkr1300
- arduino_nano_33_iot
- arduino_zero
- espressif
- boards/adafruit_feather_esp32s2
- common-hal/wifi
- litex
- common-hal
- microcontroller
- os
- supervisor
- mimxrt10xx
- common-hal
- analogio
- busio
- digitalio
- microcontroller
- os
- rtc
- peripherals/mimxrt10xx
- MIMXRT1011
- MIMXRT1021
- MIMXRT1062
- supervisor
- unix/variants/coverage
- py
- tests
- circuitpython
- circuitpython-manual
- unix
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+5457
-297
lines changedSubmodule Adafruit_CircuitPython_APDS9960 updated 12 files
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+13
- .github/workflows/build.yml+6-4
- .github/workflows/failure-help-text.yml+19
- .pre-commit-config.yaml+17-9
- .pylintrc+2-2
- .readthedocs.yaml+15
- .readthedocs.yml-7
- README.rst+8-3
- adafruit_apds9960/apds9960.py+46-36
- adafruit_apds9960/colorutility.py+2-2
- docs/requirements.txt+5
- examples/apds9960_proximity_simpletest.py+1-1
Submodule Adafruit_CircuitPython_BLE_Apple_Notification_Center updated 9 files
Submodule Adafruit_CircuitPython_BusDevice updated 10 files
Submodule Adafruit_CircuitPython_CircuitPlayground updated 11 files
- .github/workflows/build.yml+2-2
- .pre-commit-config.yaml+17-9
- .pylintrc+2-2
- .readthedocs.yaml+15
- .readthedocs.yml-7
- README.rst+5
- adafruit_circuitplayground/bluefruit.py+3-4
- adafruit_circuitplayground/circuit_playground_base.py+3-2
- docs/requirements.txt+5
- examples/circuitplayground_pixels_simpletest.py+2-15
- requirements.txt+8
Submodule Adafruit_CircuitPython_Crickit updated 10 files
Submodule Adafruit_CircuitPython_DRV2605 updated 9 files
Submodule Adafruit_CircuitPython_DS3231 updated 10 files
Submodule Adafruit_CircuitPython_FocalTouch updated 9 files
Submodule Adafruit_CircuitPython_HID updated 15 files
- .github/workflows/build.yml+2-2
- .pre-commit-config.yaml+17-9
- .pylintrc+2-2
- .readthedocs.yaml+15
- .readthedocs.yml-7
- README.rst+5
- adafruit_hid/__init__.py+10-3
- adafruit_hid/consumer_control.py+11-5
- adafruit_hid/keyboard.py+16-10
- adafruit_hid/keyboard_layout_base.py+186
- adafruit_hid/keyboard_layout_us.py+3-74
- adafruit_hid/keycode.py+6-1
- adafruit_hid/mouse.py+15-9
- docs/api.rst+3
- docs/requirements.txt+5
Submodule Adafruit_CircuitPython_LIS3DH updated 10 files
Submodule Adafruit_CircuitPython_LSM6DS updated 10 files
Submodule Adafruit_CircuitPython_MIDI updated 12 files
Submodule Adafruit_CircuitPython_Motor updated 9 files
Submodule Adafruit_CircuitPython_RFM69 updated 9 files
Submodule Adafruit_CircuitPython_Register updated 9 files
Submodule Adafruit_CircuitPython_SD updated 9 files
Submodule Adafruit_CircuitPython_SimpleIO updated 9 files
Submodule Adafruit_CircuitPython_SimpleMath updated 9 files
Submodule Adafruit_CircuitPython_Thermistor updated 9 files
Submodule Adafruit_CircuitPython_seesaw updated 16 files
- .github/workflows/build.yml+2-2
- .pre-commit-config.yaml+17-9
- .pylintrc+2-2
- .readthedocs.yaml+15
- .readthedocs.yml-7
- README.rst+5
- adafruit_seesaw/attiny8x7.py+32
- adafruit_seesaw/seesaw.py+37-26
- docs/requirements.txt+5
- examples/seesaw_analogin_test.py+20
- examples/seesaw_attiny_simpletest.py+18
- examples/seesaw_digitalio_test.py+33
- examples/seesaw_eeprom_test.py+26
- examples/seesaw_neopixel_test.py+34
- examples/seesaw_pwmout_test.py+32
- examples/seesaw_rotary_neopixel.py+2-5
Lines changed: 28 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5392 | 5392 |
| |
5393 | 5393 |
| |
5394 | 5394 |
| |
| 5395 | + | |
5395 | 5396 |
| |
| 5397 | + | |
5396 | 5398 |
| |
5397 | 5399 |
| |
5398 | 5400 |
| |
| |||
5464 | 5466 |
| |
5465 | 5467 |
| |
5466 | 5468 |
| |
5467 |
| - | |
| 5469 | + | |
5468 | 5470 |
| |
5469 | 5471 |
| |
5470 | 5472 |
| |
| |||
5641 | 5643 |
| |
5642 | 5644 |
| |
5643 | 5645 |
| |
| 5646 | + | |
5644 | 5647 |
| |
5645 | 5648 |
| |
5646 | 5649 |
| |
| |||
5651 | 5654 |
| |
5652 | 5655 |
| |
5653 | 5656 |
| |
5654 |
| - | |
| 5657 | + | |
| 5658 | + | |
| 5659 | + | |
5655 | 5660 |
| |
5656 | 5661 |
| |
5657 | 5662 |
| |
| |||
5681 | 5686 |
| |
5682 | 5687 |
| |
5683 | 5688 |
| |
| 5689 | + | |
5684 | 5690 |
| |
5685 | 5691 |
| |
5686 | 5692 |
| |
5687 | 5693 |
| |
5688 | 5694 |
| |
5689 | 5695 |
| |
| 5696 | + | |
5690 | 5697 |
| |
5691 | 5698 |
| |
5692 | 5699 |
| |
| |||
5720 | 5727 |
| |
5721 | 5728 |
| |
5722 | 5729 |
| |
| 5730 | + | |
5723 | 5731 |
| |
| 5732 | + | |
| 5733 | + | |
| 5734 | + | |
5724 | 5735 |
| |
5725 | 5736 |
| |
5726 | 5737 |
| |
| |||
5730 | 5741 |
| |
5731 | 5742 |
| |
5732 | 5743 |
| |
| 5744 | + | |
5733 | 5745 |
| |
5734 | 5746 |
| |
5735 | 5747 |
| |
| |||
5739 | 5751 |
| |
5740 | 5752 |
| |
5741 | 5753 |
| |
5742 |
| - | |
| 5754 | + | |
| 5755 | + | |
| 5756 | + | |
5743 | 5757 |
| |
5744 | 5758 |
| |
5745 | 5759 |
| |
| |||
5750 | 5764 |
| |
5751 | 5765 |
| |
5752 | 5766 |
| |
| 5767 | + | |
5753 | 5768 |
| |
5754 | 5769 |
| |
5755 | 5770 |
| |
| |||
5761 | 5776 |
| |
5762 | 5777 |
| |
5763 | 5778 |
| |
| 5779 | + | |
5764 | 5780 |
| |
5765 | 5781 |
| |
5766 | 5782 |
| |
5767 | 5783 |
| |
5768 | 5784 |
| |
| 5785 | + | |
5769 | 5786 |
| |
5770 | 5787 |
| |
5771 | 5788 |
| |
5772 | 5789 |
| |
5773 |
| - | |
| 5790 | + | |
| 5791 | + | |
| 5792 | + | |
5774 | 5793 |
| |
5775 | 5794 |
| |
5776 | 5795 |
| |
| |||
5783 | 5802 |
| |
5784 | 5803 |
| |
5785 | 5804 |
| |
| 5805 | + | |
5786 | 5806 |
| |
| 5807 | + | |
| 5808 | + | |
| 5809 | + | |
5787 | 5810 |
| |
5788 | 5811 |
| |
5789 | 5812 |
| |
| |||
5795 | 5818 |
| |
5796 | 5819 |
| |
5797 | 5820 |
| |
5798 |
| - | |
| 5821 | + | |
5799 | 5822 |
| |
5800 | 5823 |
| |
5801 | 5824 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 | 1303 |
| |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
1304 | 1308 |
| |
1305 | 1309 |
| |
1306 | 1310 |
| |
| |||
1374 | 1378 |
| |
1375 | 1379 |
| |
1376 | 1380 |
| |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
1377 | 1385 |
| |
1378 | 1386 |
| |
1379 | 1387 |
| |
| |||
2169 | 2177 |
| |
2170 | 2178 |
| |
2171 | 2179 |
| |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
2172 | 2184 |
| |
2173 | 2185 |
| |
2174 | 2186 |
| |
| |||
3962 | 3974 |
| |
3963 | 3975 |
| |
3964 | 3976 |
| |
3965 |
| - | |
| 3977 | + | |
3966 | 3978 |
| |
3967 | 3979 |
| |
3968 | 3980 |
| |
| |||
4180 | 4192 |
| |
4181 | 4193 |
| |
4182 | 4194 |
| |
| 4195 | + | |
| 4196 | + | |
| 4197 | + | |
| 4198 | + | |
4183 | 4199 |
| |
4184 | 4200 |
| |
4185 | 4201 |
| |
|
Lines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1280 | 1280 |
| |
1281 | 1281 |
| |
1282 | 1282 |
| |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1283 | 1287 |
| |
1284 | 1288 |
| |
1285 | 1289 |
| |
| |||
1353 | 1357 |
| |
1354 | 1358 |
| |
1355 | 1359 |
| |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
1356 | 1364 |
| |
1357 | 1365 |
| |
1358 | 1366 |
| |
| |||
2134 | 2142 |
| |
2135 | 2143 |
| |
2136 | 2144 |
| |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
2137 | 2149 |
| |
2138 | 2150 |
| |
2139 | 2151 |
| |
| |||
3924 | 3936 |
| |
3925 | 3937 |
| |
3926 | 3938 |
| |
3927 |
| - | |
| 3939 | + | |
3928 | 3940 |
| |
3929 | 3941 |
| |
3930 | 3942 |
| |
| |||
4142 | 4154 |
| |
4143 | 4155 |
| |
4144 | 4156 |
| |
| 4157 | + | |
| 4158 | + | |
| 4159 | + | |
| 4160 | + | |
4145 | 4161 |
| |
4146 | 4162 |
| |
4147 | 4163 |
| |
|
0 commit comments