X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdcf77%2F__init__.py;h=8423028c3100785a6d183e53c2ff17f26336341c;hb=bcd4e47e8cc688d2a04c6fbfde1e0a354405f769;hp=bef505b926c6ab0e896600b7ec03f1f0cd692d02;hpb=156509ca42f0df2380c9f205f9aad337e1a07802;p=libsigrokdecode.git diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index bef505b..8423028 100644 --- a/decoders/dcf77/__init__.py +++ b/decoders/dcf77/__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,11 @@ ## ''' -TODO. +This PD decodes the DCF77 protocol (a European long-wave time signal that +uses a 77.5kHz carrier frequency). Details: http://en.wikipedia.org/wiki/DCF77 ''' -from .dcf77 import * - +from .pd import Decoder