diff options
author | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:17:02 +0100 |
---|---|---|
committer | Joel Holdsworth <joel@airwebreathe.org.uk> | 2013-12-28 09:17:02 +0100 |
commit | 31f1a29687604b8da5a4a3c46a72f82fc783947b (patch) | |
tree | 71055a59245f7bcad1caa5552b10bc0dea1ebd8e /decoders/mxc6225xu/__init__.py | |
parent | 1db7e477b3a63a837e478dc12f7a8026dcca4ef1 (diff) | |
download | libsigrokdecode-31f1a29687604b8da5a4a3c46a72f82fc783947b.tar.gz libsigrokdecode-31f1a29687604b8da5a4a3c46a72f82fc783947b.zip |
mxc6225xu: Replace I2C with I²C
Diffstat (limited to 'decoders/mxc6225xu/__init__.py')
-rw-r--r-- | decoders/mxc6225xu/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index cd67941..783be19 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -23,8 +23,8 @@ MEMSIC MXC6225XU protocol decoder. The MEMSIC MXC6225XU is a Digital Thermal Orientation Sensor (DTOS). -The chip's I2C interface supports standard mode and fast mode (max. 400kHz). -Its I2C slave address is 0x2a. +The chip's I²C interface supports standard mode and fast mode (max. 400kHz). +Its I²C slave address is 0x2a. Details: TODO |