]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/lpc/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / lpc / __init__.py
index e03c27e8864ec06abd64828ed36550082e9d6f9c..2c2c430c66ac042af46287def3c57781fc1a0903 100644 (file)
@@ -19,8 +19,8 @@
 ##
 
 '''
-Low-Pin Count protocol decoder.
+LPC (Low-Pin Count) is a protocol for low-bandwidth devices used on
+some PC mainboards, such as the "BIOS chip" or the so-called "Super I/O".
 '''
 
-from .pd import *
-
+from .pd import Decoder