From e8a9a453248fd5caebea83712c13e0929d585986 Mon Sep 17 00:00:00 2001 From: MathCatsAnd <98661771+MathCatsAnd@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:10:05 -0800 Subject: [PATCH] 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 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index bacbc47..06d7fed 100644 --- a/README.rst +++ b/README.rst @@ -51,11 +51,14 @@ This driver depends on: * `Adafruit CircuitPython MiniMQTT `_ * `Adafruit CircuitPython Requests `_ * `Adafruit CircuitPython BinASCII `_ +* `Adafruit CircuitPython Logging `_ Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading `the Adafruit library and driver bundle `_. +**Board Compatibility:** The following built-in modules must be available: gc, json, ssl, time + Usage Example =============