Skip to content

Commit e8a9a45

Browse files
committed
Updated dependencies documentation
Updated dependencies to reflect that the ssl built-in module is used, which is not available on all boards. Update dependencies to reflect use of adafruit_logging
1 parent 6cc72bd commit e8a9a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ This driver depends on:
5151
* `Adafruit CircuitPython MiniMQTT <https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT>`_
5252
* `Adafruit CircuitPython Requests <https://github.com/adafruit/Adafruit_CircuitPython_Requests>`_
5353
* `Adafruit CircuitPython BinASCII <https://github.com/adafruit/Adafruit_CircuitPython_Binascii>`_
54+
* `Adafruit CircuitPython Logging <https://github.com/adafruit/Adafruit_CircuitPython_Logging>`_
5455

5556
Please ensure all dependencies are available on the CircuitPython filesystem.
5657
This is easily achieved by downloading
5758
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
5859

60+
**Board Compatibility:** The following built-in modules must be available: gc, json, ssl, time
61+
5962
Usage Example
6063
=============
6164

0 commit comments

Comments
 (0)