Skip to content

Commit 293a19a

Browse files
committed
Address TODOs
1 parent 0b6a6d4 commit 293a19a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

displayio_effects/throttle_effect.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,10 @@
1414
Implementation Notes
1515
--------------------
1616
17-
**Hardware:**
18-
19-
.. todo:: Add links to any specific hardware product page(s), or category page(s).
20-
Use unordered list & hyperlink rST inline format: "* `Link Text <url>`_"
21-
2217
**Software and Dependencies:**
2318
2419
* Adafruit CircuitPython firmware for the supported boards:
2520
https://circuitpython.org/downloads
26-
27-
.. todo:: Uncomment or remove the Bus Device and/or the Register library dependencies
28-
based on the library's use of either.
29-
30-
# * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31-
# * Adafruit's Register library: https://github.com/adafruit/Adafruit_CircuitPython_Register
3221
"""
3322

3423
import random

0 commit comments

Comments
 (0)