]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/tlc5620/__init__.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / tlc5620 / __init__.py
index da136b65a2a1c40995ae59012953163ac7be4741..cb953853c64e5e682c408e4a58df77d4b904fd3e 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-Texas Instruments TLC5620 protocol decoder.
-
-TODO: Description.
-
-Details:
-TODO
+The Texas Instruments TLC5620 is an 8-bit quad DAC.
 '''
 
-from .pd import *
-
+from .pd import Decoder