From 25ac80b22a198833caa515875ab61a1e15adca18 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 28 Dec 2013 01:37:18 +0100 Subject: i2cdemux: Replaced I2C with I²C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decoders/i2cdemux/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'decoders/i2cdemux/__init__.py') 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 * -- cgit v1.2.3-70-g09d2