-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update by Adabot (adafruit/adabot@e5c9808)
Updating https://github.com/adafruit/Adafruit_CircuitPython_LSM6DS to 4.0.0 from 3.0.2: > Merge pull request adafruit/Adafruit_CircuitPython_LSM6DS#19 from adafruit/dhct_dhcx Updating https://github.com/adafruit/Adafruit_CircuitPython_Display_Text to 2.7.4 from 2.7.3: > Merge pull request adafruit/Adafruit_CircuitPython_Display_Text#54 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad to 0.11.1 from 0.11.0: > Merge pull request adafruit/Adafruit_CircuitPython_ImageLoad#33 from makermelissa/master Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_PCF8591
- Loading branch information
1 parent
00bde07
commit 637b1f1
Showing
4 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule lsm6ds
updated
6 files
+1 −1 | README.rst | |
+6 −6 | 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 imageload
updated
4 files
+1 −0 | .gitignore | |
+2 −1 | requirements.txt | |
+50 −0 | setup.py | |
+0 −4 | setup.py.disabled |