X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fdcf77%2F__init__.py;h=caadcff8393aae991baa19d77f6ef3a46b08428e;hb=e663ab183cc55fbff23da01c0fda06d366b7130b;hp=db7d2deee6dde5c75c00b71010d522c09dc068b6;hpb=64c29e28e0efa184319f7831b3eca18c7f73f7d0;p=libsigrokdecode.git diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index db7d2de..caadcff 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 ## @@ -14,9 +14,15 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## -from .dcf77 import * +''' +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 .pd import Decoder