diff --git a/README.rst b/README.rst index d06780b..4e3489c 100644 --- a/README.rst +++ b/README.rst @@ -48,6 +48,10 @@ This driver depends on: * `Adafruit's CircuitPython Debouncer library `_ +* `Adafruit's CircuitPython Ticks library + `_ + + Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading `the Adafruit library and driver bundle `_ diff --git a/adafruit_macropad.py b/adafruit_macropad.py index 0a5fcdd..32d51f2 100755 --- a/adafruit_macropad.py +++ b/adafruit_macropad.py @@ -41,6 +41,9 @@ * Adafruit's CircuitPython Debouncer library: https://github.com/adafruit/Adafruit_CircuitPython_Debouncer +* Adafruit's CircuitPython Ticks library + https://github.com/adafruit/Adafruit_CircuitPython_Ticks + """ import array