X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frtc8564%2F__init__.py;h=9a397b1fb3ab057fd14c8a0c7da0c22de647dc3f;hb=780770f1295b7fdeb4481eb42623bad5da1e19a7;hp=94fdaeaee07510d4e946da282ebdace8a332c758;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/rtc8564/__init__.py b/decoders/rtc8564/__init__.py index 94fdaea..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,10 +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 .pd import *