X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fmxc6225xu%2Fmxc6225xu.py;h=39564a957f1e4d0ea4557c9316f82060d2eae704;hb=a2b13347895840f5e79238f504e0b6e322c133a1;hp=5769f3e691df066bf9c13868e2f45912439f96e5;hpb=ee3e279c7558b388410d16cbce9db6c80e9c0c67;p=libsigrokdecode.git diff --git a/decoders/mxc6225xu/mxc6225xu.py b/decoders/mxc6225xu/mxc6225xu.py index 5769f3e..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']