summaryrefslogtreecommitdiff
path: root/decoders/i2cdemux/__init__.py
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2013-12-28 01:37:18 +0100
committerJoel Holdsworth <joel@airwebreathe.org.uk>2013-12-28 09:04:46 +0100
commit25ac80b22a198833caa515875ab61a1e15adca18 (patch)
treefebb669eb50f3ab1081b272d51a0f19636e5f315 /decoders/i2cdemux/__init__.py
parentab4aa33c4bd3f72707c718bb0448722a5c2c9912 (diff)
downloadlibsigrokdecode-25ac80b22a198833caa515875ab61a1e15adca18.tar.gz
libsigrokdecode-25ac80b22a198833caa515875ab61a1e15adca18.zip
i2cdemux: Replaced I2C with I²C
Diffstat (limited to 'decoders/i2cdemux/__init__.py')
-rw-r--r--decoders/i2cdemux/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoders/i2cdemux/__init__.py b/decoders/i2cdemux/__init__.py
index 2ac0fce..93f6c34 100644
--- a/decoders/i2cdemux/__init__.py
+++ b/decoders/i2cdemux/__init__.py
@@ -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 *