diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-09 00:35:30 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-09 00:35:30 +0200 |
commit | a465436e627578f69c403de75a89522dfd883217 (patch) | |
tree | bc348cf98310f61e0ef46375d2bb572c0cbf9065 /decoders/mxc6225xu | |
parent | ee3e279c7558b388410d16cbce9db6c80e9c0c67 (diff) | |
download | libsigrokdecode-a465436e627578f69c403de75a89522dfd883217.tar.gz libsigrokdecode-a465436e627578f69c403de75a89522dfd883217.zip |
srd: Add usable one-liner descriptions for all PDs.
Diffstat (limited to 'decoders/mxc6225xu')
-rw-r--r-- | decoders/mxc6225xu/mxc6225xu.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |