]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/__init__.py
Remove unused probes and options
[libsigrokdecode.git] / decoders / i2cdemux / __init__.py
index 83f7b121fa338054111cefc0aa68524a3a1a2eb6..c5202c5acc9b7695a5f8f527fd18a3838944da3e 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>
 ##
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-from .i2cdemux import *
+'''
+This is a generic I²C demultiplexing protocol decoder.
+
+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 *