File tree
113 files changed
+2402
-684
lines changed- .github/workflows
- frozen
- locale
- ports
- atmel-samd
- boards
- 8086_commander
- feather_m0_express_crickit
- feather_m0_rfm69
- feather_m0_rfm9x
- hallowing_m0_express
- pycubed
- pycubed_mram
- sam32
- xinabox_cc03
- xinabox_cs11
- common-hal
- audioio
- frequencyio
- microcontroller
- esp32s2
- boards
- adafruit_magtag_2.9_grayscale
- adafruit_metro_esp32s2
- common-hal
- alarm
- pin
- time
- touch
- analogio
- busio
- digitalio
- dualbank
- microcontroller
- touchio
- wifi
- peripherals
- supervisor
- litex
- boards/fomu
- common-hal/microcontroller
- supervisor
- mimxrt10xx
- boards/feather_m7_1011
- common-hal
- busio
- microcontroller
- nrf/common-hal
- _bleio
- microcontroller
- stm
- boards
- feather_stm32f405_express
- stm32f411ce_blackpill
- common-hal/microcontroller
- unix
- py
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+2402
-684
lines changedLines changed: 26 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
46 | 72 |
| |
47 | 73 |
| |
48 | 74 |
| |
| |||
68 | 94 |
| |
69 | 95 |
| |
70 | 96 |
| |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
|
Submodule Adafruit_CircuitPython_ESP32SPI updated 9 files
- adafruit_esp32spi/adafruit_esp32spi.py+16-10
- adafruit_esp32spi/adafruit_esp32spi_socket.py+8-2
- adafruit_esp32spi/adafruit_esp32spi_wifimanager.py+28-5
- adafruit_esp32spi/adafruit_esp32spi_wsgiserver.py+1-1
- examples/esp32spi_cheerlights.py+3-3
- examples/esp32spi_localtime.py+1-1
- examples/esp32spi_simpletest.py+1-1
- examples/esp32spi_wpa2ent_simpletest.py+1-1
- examples/server/esp32spi_wsgiserver.py+1-1
Submodule Adafruit_CircuitPython_LSM6DS updated 33 files
- .github/workflows/build.yml+14-4
- .github/workflows/release.yml+4
- .gitignore+6
- .pre-commit-config.yaml+19
- .pylintrc+4
- .readthedocs.yml+4
- CODE_OF_CONDUCT.md+12-4
- LICENSES/CC-BY-4.0.txt+324
- LICENSES/MIT.txt+19
- LICENSES/Unlicense.txt+20
- README.rst+8-4
- README.rst.license+3
- adafruit_lsm6ds/__init__.py+82-132
- adafruit_lsm6ds/ism330dhcx.py+59
- adafruit_lsm6ds/lsm6ds33.py+19
- adafruit_lsm6ds/lsm6dso32.py+34
- adafruit_lsm6ds/lsm6dsox.py+23
- docs/_static/favicon.ico.license+3
- docs/api.rst.license+3
- docs/conf.py+14-10
- docs/examples.rst.license+3
- docs/index.rst+23-2
- docs/index.rst.license+3
- examples/lsm6ds_full_test.py+12-5
- examples/lsm6ds_ism330dhcx_simpletest.py+4-1
- examples/lsm6ds_lsm6ds33_simpletest.py+4-1
- examples/lsm6ds_lsm6dso32_simpletest.py+15
- examples/lsm6ds_lsm6dsox_simpletest.py+4-1
- examples/lsm6ds_pedometer.py+5-1
- examples/lsm6ds_rate_test.py+11-4
- pyproject.toml+6
- requirements.txt+5
- setup.py+8-4
Lines changed: 65 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 |
| - | |
| 28 | + | |
| 29 | + | |
26 | 30 |
| |
27 | 31 |
| |
28 | 32 |
| |
| |||
540 | 544 |
| |
541 | 545 |
| |
542 | 546 |
| |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
543 | 559 |
| |
544 | 560 |
| |
545 | 561 |
| |
| |||
576 | 592 |
| |
577 | 593 |
| |
578 | 594 |
| |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
579 | 599 |
| |
580 | 600 |
| |
581 | 601 |
| |
| |||
623 | 643 |
| |
624 | 644 |
| |
625 | 645 |
| |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
626 | 650 |
| |
627 | 651 |
| |
628 | 652 |
| |
| |||
954 | 978 |
| |
955 | 979 |
| |
956 | 980 |
| |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
957 | 985 |
| |
958 | 986 |
| |
959 | 987 |
| |
| |||
963 | 991 |
| |
964 | 992 |
| |
965 | 993 |
| |
966 |
| - | |
967 |
| - | |
968 |
| - | |
969 |
| - | |
970 |
| - | |
971 | 994 |
| |
972 | 995 |
| |
973 | 996 |
| |
| |||
1485 | 1508 |
| |
1486 | 1509 |
| |
1487 | 1510 |
| |
1488 |
| - | |
| 1511 | + | |
1489 | 1512 |
| |
1490 | 1513 |
| |
1491 | 1514 |
| |
| |||
1549 | 1572 |
| |
1550 | 1573 |
| |
1551 | 1574 |
| |
1552 |
| - | |
1553 |
| - | |
1554 |
| - | |
1555 |
| - | |
1556 | 1575 |
| |
1557 | 1576 |
| |
1558 | 1577 |
| |
| |||
1596 | 1615 |
| |
1597 | 1616 |
| |
1598 | 1617 |
| |
1599 |
| - | |
| 1618 | + | |
1600 | 1619 |
| |
1601 | 1620 |
| |
1602 | 1621 |
| |
| |||
2021 | 2040 |
| |
2022 | 2041 |
| |
2023 | 2042 |
| |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
2024 | 2047 |
| |
2025 | 2048 |
| |
2026 | 2049 |
| |
| |||
3046 | 3069 |
| |
3047 | 3070 |
| |
3048 | 3071 |
| |
3049 |
| - | |
| 3072 | + | |
3050 | 3073 |
| |
3051 | 3074 |
| |
3052 | 3075 |
| |
| |||
3184 | 3207 |
| |
3185 | 3208 |
| |
3186 | 3209 |
| |
| 3210 | + | |
| 3211 | + | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
| 3216 | + | |
| 3217 | + | |
3187 | 3218 |
| |
3188 | 3219 |
| |
3189 | 3220 |
| |
| |||
3256 | 3287 |
| |
3257 | 3288 |
| |
3258 | 3289 |
| |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
3259 | 3294 |
| |
3260 | 3295 |
| |
3261 | 3296 |
| |
| |||
3602 | 3637 |
| |
3603 | 3638 |
| |
3604 | 3639 |
| |
| 3640 | + | |
| 3641 | + | |
| 3642 | + | |
| 3643 | + | |
3605 | 3644 |
| |
3606 | 3645 |
| |
3607 | 3646 |
| |
| |||
3862 | 3901 |
| |
3863 | 3902 |
| |
3864 | 3903 |
| |
| 3904 | + | |
| 3905 | + | |
| 3906 | + | |
| 3907 | + | |
| 3908 | + | |
| 3909 | + | |
| 3910 | + | |
| 3911 | + | |
| 3912 | + | |
| 3913 | + | |
| 3914 | + | |
3865 | 3915 |
| |
3866 | 3916 |
| |
3867 | 3917 |
| |
|
0 commit comments