-
Notifications
You must be signed in to change notification settings - Fork 187
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@52a9ec7)
Updating https://github.com/adafruit/Adafruit_CircuitPython_PCA9685 to 3.2.5 from 3.2.4: > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#21 from sommersoft/pypi_fix > Merge pull request adafruit/Adafruit_CircuitPython_PCA9685#19 from demophoon/add-blinka-to-requirements-txt Updating https://github.com/adafruit/Adafruit_CircuitPython_PCF8523 to 1.2.3 from 1.2.2: > Merge pull request adafruit/Adafruit_CircuitPython_PCF8523#11 from sommersoft/pypi_fix > Merge pull request adafruit/Adafruit_CircuitPython_PCF8523#9 from demophoon/add-blinka-to-requirements-txt Updating https://github.com/adafruit/Adafruit_CircuitPython_Pixie to 1.1.3 from 1.1.2: > Merge pull request adafruit/Adafruit_CircuitPython_Pixie#10 from sommersoft/pypi_fix > Merge pull request adafruit/Adafruit_CircuitPython_Pixie#8 from makermelissa/master > Merge pull request adafruit/Adafruit_CircuitPython_Pixie#7 from demophoon/add-blinka-to-requirements-txt Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_INA260, Adafruit_CircuitPython_TPA2016, Adafruit_CircuitPython_Display_Button, Adafruit_CircuitPython_Display_Shapes
- Loading branch information
1 parent
adb4e04
commit c83b30d
Showing
4 changed files
with
7 additions
and
7 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 pca9685
updated
6 files
+25 −1 | README.rst | |
+5 −5 | docs/examples.rst | |
+0 −0 | examples/pca9685_calibration.py | |
+0 −0 | examples/pca9685_servo.py | |
+2 −1 | requirements.txt | |
+1 −1 | setup.py |
Submodule pcf8523
updated
5 files
+83 −0 | README.rst | |
+2 −2 | docs/examples.rst | |
+0 −0 | examples/pcf8523_simpletest.py | |
+1 −0 | requirements.txt | |
+1 −1 | setup.py |
Submodule pixie
updated
4 files
+24 −0 | README.rst | |
+1 −1 | examples/pixie_simpletest.py | |
+1 −0 | requirements.txt | |
+1 −1 | setup.py |