]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/__init__.py
All PDs: Minor whitespace and consistency fixes.
[libsigrokdecode.git] / decoders / mxc6225xu / __init__.py
index 783be199a5a30c42090089915bea9439bdf9f41f..c522711c0415557cf1e708136e8f6df8f2d66802 100644 (file)
 ##
 
 '''
-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 *
-