]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/__init__.py
srd_inst_decode(): Make the code API version dependent.
[libsigrokdecode.git] / decoders / i2cdemux / __init__.py
index 93f6c34f14d8848afd53d4be5d26e0537d2f11fe..75fcd8607bb69c5a105f9b6cf579392a1e9381bb 100644 (file)
 ##
 
 '''
-Generic I²C demultiplexing protocol decoder.
+This is a generic I²C demultiplexing protocol decoder.
 
-Takes an I²C stream as input and outputs multiple I²C streams, each stream
-containing only I²C packets for one specific I²C slave.
+It takes an I²C stream as input and outputs multiple I²C streams, each
+stream containing only I²C packets for one specific I²C slave.
 '''
 
-from .pd import *
-
+from .pd import Decoder