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_mram
- pycubed
- 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
0 commit comments