diff options
author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 01:21:26 +0100 |
---|---|---|
committer | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:04:17 +0100 |
commit | ab4aa33c4bd3f72707c718bb0448722a5c2c9912 (patch) | |
tree | deecee3d563e637b3a3b06a01341ca4da576cb9f /decoders/i2c/__init__.py | |
parent | 919ace16e7100fccd51fda16c6d40fc3ad9915e2 (diff) | |
download | libsigrokdecode-ab4aa33c4bd3f72707c718bb0448722a5c2c9912.tar.gz libsigrokdecode-ab4aa33c4bd3f72707c718bb0448722a5c2c9912.zip |
i2c: Replaced I2C with I²C
Diffstat (limited to 'decoders/i2c/__init__.py')
-rw-r--r-- | decoders/i2c/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/i2c/__init__.py b/decoders/i2c/__init__.py index 57309e3..95d9e18 100644 --- a/decoders/i2c/__init__.py +++ b/decoders/i2c/__init__.py @@ -19,9 +19,9 @@ ## ''' -I2C protocol decoder. +I²C protocol decoder. -The Inter-Integrated Circuit (I2C) bus is a bidirectional, multi-master +The Inter-Integrated Circuit (I²C) bus is a bidirectional, multi-master bus using two signals (SCL = serial clock line, SDA = serial data line). ''' |