X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frtc8564%2Frtc8564.py;h=bf5d4b6c731bce2afc7cb3b58df858fd32401a9d;hp=2e2f10fc0a44a97f736677c02de5fc8b6954fb4c;hb=a465436e627578f69c403de75a89522dfd883217;hpb=2b7160383cc189f721600c04be17a980e216dfd6 diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 2e2f10f..bf5d4b6 100644 --- a/decoders/rtc8564/rtc8564.py +++ b/decoders/rtc8564/rtc8564.py @@ -31,8 +31,7 @@ class Decoder(srd.Decoder): id = 'rtc8564' name = 'RTC-8564' longname = 'Epson RTC-8564 JE/NB' - desc = 'TODO.' - longdesc = 'TODO.' + desc = 'Realtime clock module protocol.' license = 'gplv2+' inputs = ['i2c'] outputs = ['rtc8564'] @@ -44,7 +43,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs):