]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/mxc6225xu/mxc6225xu.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / mxc6225xu / mxc6225xu.py
index 7ad639691012493b5363270433da4d3f3d5d25fe..39564a957f1e4d0ea4557c9316f82060d2eae704 100644 (file)
@@ -66,7 +66,7 @@ class Decoder(srd.Decoder):
     id = 'mxc6225xu'
     name = 'MXC6225XU'
     longname = 'MEMSIC MXC6225XU'
-    desc = 'Digital Thermal Orientation Sensor (DTOS) protocol'
+    desc = 'Digital Thermal Orientation Sensor (DTOS) protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['mxc6225xu']
@@ -76,7 +76,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['TODO', 'TODO'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):