X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fdcf77%2F__init__.py;h=caadcff8393aae991baa19d77f6ef3a46b08428e;hp=71828e20b1d0f9b720411a74fd44e8835453b341;hb=25d3576134e7b57ca169e8e4ebd4e4ce5dcf62dd;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4 diff --git a/decoders/dcf77/__init__.py b/decoders/dcf77/__init__.py index 71828e2..caadcff 100644 --- a/decoders/dcf77/__init__.py +++ b/decoders/dcf77/__init__.py @@ -14,16 +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 . ## ''' -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 .pd import * - +from .pd import Decoder