Commit 2a3130b
committed
Automated update by Adabot (adafruit/adabot@e0933a7)
Updating https://github.com/adafruit/Adafruit_CircuitPython_Nunchuk to 1.1.0 from 1.0.1:
> Merge pull request adafruit/Adafruit_CircuitPython_Nunchuk#28 from kattni/pypi
> Updated docs link, updated python docs link, updated setup.py
> First part of patch
> update rtd py version
Updating https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT to 2.5.0 from 2.4.2:
> Merge pull request adafruit/Adafruit_CircuitPython_AzureIoT#37 from askpatrickw/add-ssl-context
> Update Dependencies DOCSTRING
> Update samples and docs
> typo in the README
> make SAS Key more specific
> Fix miniMQTT compatibility and native_networking examples
> Updated docs link, updated python docs link, updated setup.py
> First part of patch
> update rtd py version
Updating https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout to 1.17.0 from 1.16.0:
> Updated docs link, updated python docs link, updated setup.py
> First part of patch
> Merge pull request adafruit/Adafruit_CircuitPython_DisplayIO_Layout#68 from FoamyGuy/transparency_and_label_bg
Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
> Added the following libraries: Adafruit_CircuitPython_Nunchuk, Adafruit_CircuitPython_AzureIoT, Adafruit_CircuitPython_DisplayIO_Layout1 parent e2e2fb7 commit 2a3130b
File tree
4 files changed
+6
-6
lines changed- libraries
- drivers
- helpers
4 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
- .github/PULL_REQUEST_TEMPLATE/adafruit_circuitpython_pr.md+1-1
- .github/workflows/build.yml+3-3
- .github/workflows/release.yml+4-4
- .gitignore+193-8
- .readthedocs.yaml+1-1
- README.rst+25-5
- adafruit_azureiot/__init__.py+8
- adafruit_azureiot/device_registration.py+18-13
- adafruit_azureiot/hmac.py+4-7
- adafruit_azureiot/iot_error.py+1
- adafruit_azureiot/iot_mqtt.py+35-24
- adafruit_azureiot/iotcentral_device.py+21-12
- adafruit_azureiot/iothub_device.py+16-6
- adafruit_azureiot/keys.py+2
- adafruit_azureiot/quote.py+1-1
- docs/conf.py+2-2
- docs/examples.rst+74-20
- docs/index.rst+1-1
- docs/requirements.txt+1-1
- examples/azureiot_secrets_example.py+1-1
- examples/esp32spi/azureiot_central_commands.py+2-2
- examples/esp32spi/azureiot_central_notconnected.py+2-2
- examples/esp32spi/azureiot_central_properties.py+3-5
- examples/esp32spi/azureiot_central_simpletest.py+3-3
- examples/esp32spi/azureiot_hub_directmethods.py
- examples/esp32spi/azureiot_hub_messages.py+1-3
- examples/esp32spi/azureiot_hub_simpletest.py+1-3
- examples/esp32spi/azureiot_hub_twin_operations.py+1-3
- examples/native_networking/azureiot_central_commands.py+115
- examples/native_networking/azureiot_central_notconnected.py+92
- examples/native_networking/azureiot_central_properties.py+123
- examples/native_networking/azureiot_central_simpletest.py+109
- examples/native_networking/azureiot_hub_directmethods.py+107
- examples/native_networking/azureiot_hub_messages.py+114
- examples/native_networking/azureiot_hub_simpletest.py+106
- examples/native_networking/azureiot_hub_twin_operations.py+123
- requirements.txt-1
- setup.py-2
Submodule displayio_layout updated 10 files
0 commit comments