X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=c522711c0415557cf1e708136e8f6df8f2d66802;hp=02b63b22583ef6227acd589bd13b50ff940b1722;hb=35b380b1156434b73d4a976c68f5ab3604c8510a;hpb=d997c01abaa3e6b9b9de10976f3564a2b9f993a8 diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 02b63b2..c522711 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -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 ## @@ -19,16 +19,11 @@ ## ''' -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 *