X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=c5202c5acc9b7695a5f8f527fd18a3838944da3e;hb=12851357e784b893e24880efc6cd22a0cbcc64ce;hp=445a88e501fa2183328934ab2703f86e6a8a8643;hpb=156509ca42f0df2380c9f205f9aad337e1a07802;p=libsigrokdecode.git diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 445a88e..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 ## @@ -19,11 +19,11 @@ ## ''' -Generic I2C demultiplexing protocol decoder. +This is a generic I²C demultiplexing protocol decoder. -Takes an I2C stream as input and outputs multiple I2C streams, each stream -containing only I2C packets for one specific I2C 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 .i2cdemux import * +from .pd import *