Skip to content

Commit f8a889b

Browse files
authored
Merge pull request #38 from xelwarto/main
Updated documentation to include missing dependency
2 parents 288addb + 4ec9a0e commit f8a889b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ This driver depends on:
4848
* `Adafruit's CircuitPython Debouncer library
4949
<https://github.com/adafruit/Adafruit_CircuitPython_Debouncer>`_
5050

51+
* `Adafruit's CircuitPython Ticks library
52+
<https://github.com/adafruit/Adafruit_CircuitPython_Ticks>`_
53+
54+
5155
Please ensure all dependencies are available on the CircuitPython filesystem.
5256
This is easily achieved by downloading
5357
`the Adafruit library and driver bundle <https://circuitpython.org/libraries>`_

adafruit_macropad.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
* Adafruit's CircuitPython Debouncer library:
4242
https://github.com/adafruit/Adafruit_CircuitPython_Debouncer
4343
44+
* Adafruit's CircuitPython Ticks library
45+
https://github.com/adafruit/Adafruit_CircuitPython_Ticks
46+
4447
"""
4548

4649
import array

0 commit comments

Comments
 (0)