]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/__init__.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / mxc6225xu / __init__.py
index 02b63b22583ef6227acd589bd13b50ff940b1722..2aaa726fea81aa917cd2323ca8604dc41a10af3e 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>
 ##
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 '''
-MEMSIC MXC6225XU protocol decoder.
+This decoder stacks on top of the 'i2c' PD and decodes the MEMSIC MXC6225XU
+digital thermal orientation sensor (DTOS) protocol.
 
-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.
-
-Details:
-TODO
+The chip's I²C interface supports standard mode and fast mode (max. 400kHz).
+Its I²C slave address is 0x2a.
 '''
 
-from .mxc6225xu import *
-
+from .pd import Decoder