From 156509ca42f0df2380c9f205f9aad337e1a07802 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Feb 2012 22:23:03 +0100 Subject: srd: Move all protocol docs to __init__.py files. --- decoders/i2cdemux/__init__.py | 7 +++++++ decoders/i2cdemux/i2cdemux.py | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'decoders/i2cdemux') diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 83f7b12..445a88e 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -18,5 +18,12 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +''' +Generic I2C 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. +''' + from .i2cdemux import * diff --git a/decoders/i2cdemux/i2cdemux.py b/decoders/i2cdemux/i2cdemux.py index 354d06c..a597188 100644 --- a/decoders/i2cdemux/i2cdemux.py +++ b/decoders/i2cdemux/i2cdemux.py @@ -18,12 +18,7 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# # Generic I2C 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. -# import sigrokdecode as srd -- cgit v1.2.3-70-g09d2