-
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_IRRemote to 4.0.0 from 3.5.1: > Merge pull request adafruit/Adafruit_CircuitPython_IRRemote#38 from Flameeyes/fix Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.2.0 from 2.1.0: > Merge pull request adafruit/Adafruit_CircuitPython_AzureIoT#12 from jimbobbennett/master 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
34ec77d
commit d2a7531
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 azure
updated
19 files
+3 −7 | README.rst | |
+0 −3 | adafruit_azureiot/__init__.py | |
+81 −0 | adafruit_azureiot/base64.py | |
+7 −22 | adafruit_azureiot/device_registration.py | |
+422 −0 | adafruit_azureiot/hmac.py | |
+8 −5 | adafruit_azureiot/iot_mqtt.py | |
+40 −0 | adafruit_azureiot/keys.py | |
+138 −0 | adafruit_azureiot/quote.py | |
+1 −1 | docs/conf.py | |
+1 −5 | examples/iotcentral_commands.py | |
+1 −5 | examples/iotcentral_notconnected.py | |
+1 −5 | examples/iotcentral_properties.py | |
+1 −5 | examples/iotcentral_simpletest.py | |
+1 −5 | examples/iothub_directmethods.py | |
+1 −5 | examples/iothub_messages.py | |
+1 −5 | examples/iothub_simpletest.py | |
+1 −5 | examples/iothub_twin_operations.py | |
+2 −3 | requirements.txt | |
+2 −4 | setup.py |