X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=2aaa726fea81aa917cd2323ca8604dc41a10af3e;hp=cd67941a2ed0882c0f0bf0d5d4b75388286817a1;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4 diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index cd67941..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. +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 .pd import * - +from .pd import Decoder