diff options
Diffstat (limited to 'decoders/i2cdemux')
-rw-r--r-- | decoders/i2cdemux/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py index 93f6c34..c5202c5 100644 --- a/decoders/i2cdemux/__init__.py +++ b/decoders/i2cdemux/__init__.py @@ -19,10 +19,10 @@ ## ''' -Generic I²C demultiplexing protocol decoder. +This is a generic I²C demultiplexing protocol decoder. -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. +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 * |