X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fmxc6225xu.py;h=39564a957f1e4d0ea4557c9316f82060d2eae704;hp=7ad639691012493b5363270433da4d3f3d5d25fe;hb=a465436e627578f69c403de75a89522dfd883217;hpb=17160de7e6022a2c05311d76e1082502bdf3a8a5 diff --git a/decoders/mxc6225xu/mxc6225xu.py b/decoders/mxc6225xu/mxc6225xu.py index 7ad6396..39564a9 100644 --- a/decoders/mxc6225xu/mxc6225xu.py +++ b/decoders/mxc6225xu/mxc6225xu.py @@ -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):