-
Notifications
You must be signed in to change notification settings - Fork 198
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@428b109)
Updating https://www.github.com/adafruit/Adafruit_CircuitPython_MCP4728 to 1.0.1 from 1.0.0: > Merge remote-tracking branch 'adafruit/master' > Fixing CP-isnt-CPython bug Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM69 to 1.3.0 from 1.2.5: > Merge pull request adafruit/Adafruit_CircuitPython_RFM69#19 from jerryneedell/jerryn_interrupt > Merge pull request adafruit/Adafruit_CircuitPython_RFM69#17 from adafruit/dherrada-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_RFM9x to 1.2.0 from 1.1.7: > Merge pull request adafruit/Adafruit_CircuitPython_RFM9x#33 from jerryneedell/jerryn_interrupt > Merge pull request adafruit/Adafruit_CircuitPython_RFM9x#30 from adafruit/dherrada-patch-1 Updating https://github.com/adafruit/Adafruit_CircuitPython_BusDevice to 4.1.0 from 4.0.1: > Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#36 from adafruit/dherrada-patch-1 > Merge pull request adafruit/Adafruit_CircuitPython_BusDevice#35 from CapableRobot/skip-init-write Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA: > Added the following libraries: Adafruit_CircuitPython_BLE_Apple_Notification_Center, Adafruit_CircuitPython_BLE_Magic_Light, Adafruit_CircuitPython_Display_Notification
- Loading branch information
1 parent
f44a203
commit 688e527
Showing
5 changed files
with
8 additions
and
5 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 rfm69
updated
5 files
+1 −1 | .pylintrc | |
+29 −45 | README.rst | |
+22 −14 | adafruit_rfm69.py | |
+84 −0 | examples/rfm69_rpi_interrupt.py | |
+56 −0 | examples/rfm69_transmit.py |
Submodule rfm9x
updated
5 files
+1 −1 | .pylintrc | |
+28 −48 | README.rst | |
+23 −16 | adafruit_rfm9x.py | |
+75 −0 | examples/rfm9x_rpi_interrupt.py | |
+60 −0 | examples/rfm9x_transmit.py |
Submodule bus_device
updated
6 files
+47 −0 | .github/workflows/build.yml | |
+70 −0 | .github/workflows/release.yml | |
+0 −1 | .gitignore | |
+0 −37 | .travis.yml | |
+2 −2 | README.rst | |
+26 −19 | adafruit_bus_device/i2c_device.py |