We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6a6d4 commit 293a19aCopy full SHA for 293a19a
1 file changed
displayio_effects/throttle_effect.py
@@ -14,21 +14,10 @@
14
Implementation Notes
15
--------------------
16
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
22
**Software and Dependencies:**
23
24
* Adafruit CircuitPython firmware for the supported boards:
25
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
32
"""
33
34
import random
0 commit comments