X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2F__init__.py;h=2aaa726fea81aa917cd2323ca8604dc41a10af3e;hb=0dba8d303d5788539a5582a48444e8ecb5575b4f;hp=3bca9e4f0d21eef641999fbb597915787e561c88;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/__init__.py b/decoders/mxc6225xu/__init__.py index 3bca9e4..2aaa726 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 ## @@ -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