forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16b7d99
commit 9b3af2b
Showing
18 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_BLE
updated
17 files
Submodule Adafruit_CircuitPython_BLE_Apple_Notification_Center
updated
4 files
+2 −2 | .github/workflows/build.yml | |
+2 −2 | .github/workflows/release.yml | |
+1 −1 | README.rst | |
+1 −1 | docs/conf.py |
Submodule Adafruit_CircuitPython_BusDevice
updated
2 files
+1 −1 | README.rst | |
+15 −27 | adafruit_bus_device/i2c_device.py |
Submodule Adafruit_CircuitPython_CircuitPlayground
updated
7 files
Submodule Adafruit_CircuitPython_ESP32SPI
updated
38 files
Submodule Adafruit_CircuitPython_HID
updated
2 files
+1 −1 | README.rst | |
+1 −1 | adafruit_hid/keyboard_layout_us.py |
Submodule Adafruit_CircuitPython_IRRemote
updated
2 files
+1 −1 | README.rst | |
+8 −6 | adafruit_irremote.py |
Submodule Adafruit_CircuitPython_LSM6DS
updated
6 files
+2 −2 | README.rst | |
+6 −10 | adafruit_lsm6ds.py | |
+2 −2 | examples/lsm6ds_full_test.py | |
+2 −2 | examples/lsm6ds_ism330dhct_simpletest.py | |
+2 −2 | examples/lsm6ds_rate_test.py | |
+2 −2 | setup.py |
Submodule Adafruit_CircuitPython_Register
updated
2 files
+1 −1 | README.rst | |
+15 −2 | adafruit_register/i2c_bits.py |
Submodule Adafruit_CircuitPython_Requests
updated
3 files
+1 −1 | README.rst | |
+21 −14 | examples/requests_advanced_cellular.py | |
+19 −12 | examples/requests_simpletest_cellular.py |