We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7ed13 commit 0785089Copy full SHA for 0785089
adafruit_tlc59711.py
@@ -27,6 +27,19 @@
27
examples/simpletest.py for a demo of the usage.
28
29
* 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
43
"""
44
__version__ = "0.0.0-auto.0"
45
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TLC59711.git"
0 commit comments