]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/rtc8564.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / rtc8564 / rtc8564.py
index 6677f7b02c68cde3cb80d051faaae322094e6c78..bf5d4b6c731bce2afc7cb3b58df858fd32401a9d 100644 (file)
@@ -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']
@@ -43,7 +43,7 @@ class Decoder(srd.Decoder):
     ]
     options = {}
     annotations = [
-        ['TODO', 'TODO'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):