X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=2aaa726fea81aa917cd2323ca8604dc41a10af3e;hb=2842721f189c5338d268a6e70002936289ae6069;hp=783be199a5a30c42090089915bea9439bdf9f41f;hpb=31f1a29687604b8da5a4a3c46a72f82fc783947b;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 783be19..2aaa726 100644 --- a/decoders/mxc6225xu/__init__.py +++ b/decoders/mxc6225xu/__init__.py @@ -14,21 +14,15 @@ ## 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 . ## ''' -MEMSIC MXC6225XU protocol decoder. - -The MEMSIC MXC6225XU is a Digital Thermal Orientation Sensor (DTOS). +This decoder stacks on top of the 'i2c' PD and decodes the MEMSIC MXC6225XU +digital thermal orientation sensor (DTOS) protocol. The chip's I²C interface supports standard mode and fast mode (max. 400kHz). Its I²C slave address is 0x2a. - -Details: -TODO ''' -from .pd import * - +from .pd import Decoder