X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Frfm12%2F__init__.py;h=2fc6de7ba31ebc27934ee3e02b31377c8adcdfde;hp=a4748b6e7c72c3f67ad5489a38c9c1a23215461c;hb=4539e9ca58966ce3c9cad4801b16c315e86ace01;hpb=d44c802b7cd5a89fee9cdf294acb999d30dd2507 diff --git a/decoders/rfm12/__init__.py b/decoders/rfm12/__init__.py index a4748b6..2fc6de7 100644 --- a/decoders/rfm12/__init__.py +++ b/decoders/rfm12/__init__.py @@ -1,7 +1,7 @@ ## ## This file is part of the libsigrokdecode project. ## -## Copyright (C) 2014 Sławek Piotrowski +## Copyright (C) 2014 Sławek Piotrowski ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -14,13 +14,12 @@ ## 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 . ## ''' -This decoder stacks on top of the 'spi' PD and decodes the RFM12 -control protocol. +This decoder stacks on top of the 'spi' PD and decodes the HopeRF RFM12 +wireless transceiver control protocol. ''' -from .pd import * +from .pd import Decoder