]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/__init__.py
mxc6225xu: Replace I2C with I²C
[libsigrokdecode.git] / decoders / mxc6225xu / __init__.py
index 02b63b22583ef6227acd589bd13b50ff940b1722..783be199a5a30c42090089915bea9439bdf9f41f 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -23,12 +23,12 @@ 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
 '''
 
-from .mxc6225xu import *
+from .pd import *