X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=e3e9a913b24d1b47f2628bafa78634b6b96da333;hb=0a1661caef534aeac73dbf2cf6d0e0778bb9865c;hp=83f7b121fa338054111cefc0aa68524a3a1a2eb6;hpb=d567790b9c0ab30b18aceb92e6714e631200e9b9;p=libsigrokdecode.git diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 83f7b12..e3e9a91 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 ## @@ -14,9 +14,14 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## -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 Decoder