X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frtc8564%2F__init__.py;h=e2776a6a1d7d0b386acb79b77ee65188564ff01a;hp=56534532b2920dc36463da65627df2438133999e;hb=95d11271b46a46788d497481d03177e883c8554e;hpb=1541976fcac03a780b5d27046f5f8884973c08ae diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 5653453..e2776a6 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,8 @@ ## ''' -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 Decoder