X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frtc8564%2F__init__.py;h=9a397b1fb3ab057fd14c8a0c7da0c22de647dc3f;hb=9f2f42c064e8a7100cee13460a7a3638f468f56a;hp=56534532b2920dc36463da65627df2438133999e;hpb=1541976fcac03a780b5d27046f5f8884973c08ae;p=libsigrokdecode.git diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 5653453..9a397b1 100644 --- a/decoders/rtc8564/__init__.py +++ b/decoders/rtc8564/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -19,11 +19,9 @@ ## ''' -Epson RTC-8564 JE/NB protocol decoder. - -Details: -TODO +This decoder stacks on top of the 'i2c' PD and decodes the Epson +RTC-8564 JE/NB real-time clock (RTC) protocol. ''' -from .rtc8564 import * +from .pd import *