Skip to content

Commit 0785089

Browse files
committed
updated info docstring
1 parent 6b7ed13 commit 0785089

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

adafruit_tlc59711.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@
2727
examples/simpletest.py for a demo of the usage.
2828
2929
* Author(s): Tony DiCola
30+
31+
Implementation Notes
32+
--------------------
33+
34+
**Hardware:**
35+
36+
* Adafruit `12-Channel 16-bit PWM LED Driver - SPI Interface - TLC59711
37+
<https://www.adafruit.com/product/1455>`_ (Product ID: 1455)
38+
39+
**Software and Dependencies:**
40+
41+
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
42+
https://github.com/adafruit/circuitpython/releases
3043
"""
3144
__version__ = "0.0.0-auto.0"
3245
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TLC59711.git"

0 commit comments

Comments
 (0)