-
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@5cb9ec6)
Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.0.0 from 1.1.1: > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#7 from adafruit/icm20948 Updating https://github.com/adafruit/Adafruit_CircuitPython_LED_Animation to 2.1.3 from 2.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_LED_Animation#33 from rhooper/fix-rainbow-comet-on-pi Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_ICM20X
- Loading branch information
1 parent
409213e
commit 48b58cc
Showing
3 changed files
with
3 additions
and
3 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 icm20x
updated
16 files
+1 −0 | .python-version | |
+1 −1 | LICENSE | |
+35 −13 | README.rst | |
+0 −345 | adafruit_icm20649.py | |
+761 −0 | adafruit_icm20x.py | |
+1 −1 | docs/api.rst | |
+9 −9 | docs/conf.py | |
+5 −1 | docs/examples.rst | |
+1 −1 | docs/index.rst | |
+2 −2 | examples/icm20649_full_test.py | |
+3 −3 | examples/icm20649_simpletest.py | |
+24 −0 | examples/icm20948_accel_data_rate_test.py | |
+24 −0 | examples/icm20948_gyro_data_rate_test.py | |
+22 −0 | examples/icm20948_mag_data_rate_test.py | |
+14 −0 | examples/icm20948_simpletest.py | |
+5 −5 | setup.py |
Submodule led-animation
updated
2 files
+2 −2 | adafruit_led_animation/animation/comet.py | |
+1 −1 | adafruit_led_animation/animation/rainbowcomet.py |