From 001974848a862a7eeab7efc81cc0b21aec56464d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 28 Dec 2013 15:15:06 +0100 Subject: Do some more I2C to I²C changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- decoders/rtc8564/pd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoders/rtc8564') diff --git a/decoders/rtc8564/pd.py b/decoders/rtc8564/pd.py index 16bbd65..6f23e07 100644 --- a/decoders/rtc8564/pd.py +++ b/decoders/rtc8564/pd.py @@ -144,12 +144,12 @@ class Decoder(srd.Decoder): def decode(self, ss, es, data): cmd, databyte = data - # Store the start/end samples of this I2C packet. + # Store the start/end samples of this I²C packet. self.ss, self.es = ss, es # State machine. if self.state == 'IDLE': - # Wait for an I2C START condition. + # Wait for an I²C START condition. if cmd != 'START': return self.state = 'GET SLAVE ADDR' -- cgit v1.2.3-70-g09d2