X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Frfm12%2F__init__.py;h=725d44387322f5466a418a747330766754bbc413;hb=b480383d4605915f7b4cd8f14ccf62af9bf710f3;hp=a4748b6e7c72c3f67ad5489a38c9c1a23215461c;hpb=d44c802b7cd5a89fee9cdf294acb999d30dd2507;p=libsigrokdecode.git diff --git a/decoders/rfm12/__init__.py b/decoders/rfm12/__init__.py index a4748b6..725d443 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 @@ -19,8 +19,8 @@ ## ''' -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