]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/i2cdemux/__init__.py
configure.ac: Drop obsolete MinGW Python3 workaround.
[libsigrokdecode.git] / decoders / i2cdemux / __init__.py
index 2ac0fce81a1cdadce5e2417da4f89986e6f4a485..93f6c34f14d8848afd53d4be5d26e0537d2f11fe 100644 (file)
 ##
 
 '''
-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 *