X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=93f6c34f14d8848afd53d4be5d26e0537d2f11fe;hb=ea48f54366eec05c4675c29387e741ddeeb9d2f5;hp=1e5afbd11b4c88fb7b6aa5f376267bf72b5c8051;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 1e5afbd..93f6c34 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,10 +19,10 @@ ## ''' -Generic I2C demultiplexing protocol decoder. +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. +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 *