X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=c4209c86dab61d5219e0fe34b49c4e43dd0433ce;hp=3bca9e4f0d21eef641999fbb597915787e561c88;hb=4c3b1846c9c307c1c35f86d259ddb968ed92718d;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5 diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 3bca9e4..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,15 +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 .pd import *