]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/rtc8564/__init__.py
adns5020: Minor tweak to annotation format.
[libsigrokdecode.git] / decoders / rtc8564 / __init__.py
index c7be2c5a8055d906024d4f01cf0dd8df149bf35f..e2776a6a1d7d0b386acb79b77ee65188564ff01a 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
@@ -18,5 +18,9 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-from .rtc8564 import *
+'''
+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 Decoder