X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=c4209c86dab61d5219e0fe34b49c4e43dd0433ce;hp=02b63b22583ef6227acd589bd13b50ff940b1722;hb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;hpb=d997c01abaa3e6b9b9de10976f3564a2b9f993a8 diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 02b63b2..c4209c8 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,12 @@ ## ''' -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 *