X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=c5202c5acc9b7695a5f8f527fd18a3838944da3e;hb=58e7e508ded52194ed06a23a48f169779f4c7708;hp=83f7b121fa338054111cefc0aa68524a3a1a2eb6;hpb=d567790b9c0ab30b18aceb92e6714e631200e9b9;p=libsigrokdecode.git diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 83f7b12..c5202c5 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -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 ## @@ -18,5 +18,12 @@ ## 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 *