forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3905 from dhalbert/update-frozen-6.1.0-beta.3
update frozen libs for 6.1.0-beta.3
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule Adafruit_CircuitPython_BLE
updated
7 files
Submodule Adafruit_CircuitPython_DS3231
updated
2 files
+1 −1 | adafruit_ds3231.py | |
+0 −2 | examples/ds3231_simpletest.py |
Submodule Adafruit_CircuitPython_ESP32SPI
updated
9 files
Submodule Adafruit_CircuitPython_LIS3DH
updated
5 files
+0 −2 | adafruit_lis3dh.py | |
+10 −10 | docs/conf.py | |
+5 −10 | examples/lis3dh_simpletest.py | |
+1 −1 | examples/lis3dh_spinner.py | |
+1 −1 | examples/lis3dh_spinner_advanced.py |
Submodule Adafruit_CircuitPython_LSM6DS
updated
33 files
Submodule Adafruit_CircuitPython_Motor
updated
3 files
+25 −0 | .github/workflows/test.yml | |
+139 −69 | adafruit_motor/stepper.py | |
+61 −0 | examples/motor_stepper_digitalio.py |
Submodule Adafruit_CircuitPython_Register
updated
1 files
+12 −7 | adafruit_register/i2c_bcd_datetime.py |
Submodule Adafruit_CircuitPython_seesaw
updated
5 files
+1 −1 | adafruit_seesaw/keypad.py | |
+1 −1 | adafruit_seesaw/tftshield18.py | |
+1 −1 | examples/seesaw_crickit_test.py | |
+0 −2 | examples/seesaw_joy_featherwing.py | |
+0 −2 | examples/seesaw_minitft_featherwing.py |