X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frtc8564%2Frtc8564.py;h=bf5d4b6c731bce2afc7cb3b58df858fd32401a9d;hp=6677f7b02c68cde3cb80d051faaae322094e6c78;hb=a465436e627578f69c403de75a89522dfd883217;hpb=122e9a90a54e034b93f554938896983d293edec1 diff --git a/decoders/rtc8564/rtc8564.py b/decoders/rtc8564/rtc8564.py index 6677f7b..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'] @@ -43,7 +43,7 @@ class Decoder(srd.Decoder): ] options = {} annotations = [ - ['TODO', 'TODO'], + ['Text', 'Human-readable text'], ] def __init__(self, **kwargs):