X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fi2cdemux%2F__init__.py;h=e3e9a913b24d1b47f2628bafa78634b6b96da333;hp=2ac0fce81a1cdadce5e2417da4f89986e6f4a485;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4 diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 2ac0fce..e3e9a91 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -14,16 +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 . ## ''' -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 .pd import * - +from .pd import Decoder