File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- Introduction
1
+ Adafruit_CircuitPython_AzureIoT
2
2
============
3
3
4
4
.. image :: https://readthedocs.org/projects/adafruit-circuitpython-azureiot/badge/?version=latest
@@ -13,7 +13,7 @@ Introduction
13
13
:target: https://travis-ci.com/adafruit/Adafruit_CircuitPython_AzureIoT
14
14
:alt: Build Status
15
15
16
- Access to Microsoft Azure IoT from a CircuitPython device. This library can perform device
16
+ Access to ` Microsoft Azure IoT < https://azure.microsoft.com/en-us/overview/iot/ >`_ from a CircuitPython device. This library can perform device
17
17
messaging services (cloud-to-device, device-to-cloud), device services, and job services.
18
18
19
19
Dependencies
@@ -29,7 +29,7 @@ This is easily achieved by downloading
29
29
Usage Example
30
30
=============
31
31
32
- Create an instance of an Azure IoT Hub:
32
+ Create an instance of an Azure IoT Hub (you'll need your SAS Token).
33
33
34
34
.. code-block :: python
35
35
You can’t perform that action at this time.
0 commit comments