aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 54d029b..e4d69a0 100644
--- a/README.rst
+++ b/README.rst
@@ -11,6 +11,21 @@ Hardware
Dependencies
============
+The following modules from the `Adafruit library bundle
+<https://circuitpython.org/libraries>`_ are used and need to be in the
+``lib`` directory on the board.
+
+* ``adafruit_connection_manager.mpy``
+* ``adafruit_minimqtt``
+* ``adafruit_ntp.mpy``
+* ``adafruit_ticks.mpy``
+* ``neopixel.mpy``
+
+plus the python version of `my own HSV to RGB library
+<https://git.trueelena.org/electronics/colours/tree/python/colours.py>`_
+
+* ``colours.py``
+
settings.toml
-------------