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/rtc8564/rtc8564.py | |
parent | ee3e279c7558b388410d16cbce9db6c80e9c0c67 (diff) | |
download | libsigrokdecode-a465436e627578f69c403de75a89522dfd883217.tar.gz libsigrokdecode-a465436e627578f69c403de75a89522dfd883217.zip |
srd: Add usable one-liner descriptions for all PDs.
Diffstat (limited to 'decoders/rtc8564/rtc8564.py')
-rw-r--r-- | decoders/rtc8564/rtc8564.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index c74630a..bf5d4b6 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -31,7 +31,7 @@ class Decoder(srd.Decoder): id = 'rtc8564' name = 'RTC-8564' longname = 'Epson RTC-8564 JE/NB' - desc = 'TODO.' + desc = 'Realtime clock module protocol.' license = 'gplv2+' inputs = ['i2c'] outputs = ['rtc8564'] |