]> sigrok.org Git - libsigrokdecode.git/commitdiff
rfm12: Cosmetics.
authorUwe Hermann <redacted>
Mon, 8 Sep 2014 19:44:03 +0000 (21:44 +0200)
committerUwe Hermann <redacted>
Wed, 10 Sep 2014 15:27:02 +0000 (17:27 +0200)
Also, update author email address.

decoders/rfm12/__init__.py
decoders/rfm12/pd.py

index a4748b6e7c72c3f67ad5489a38c9c1a23215461c..0ad72e5283614cacd881d4c614ee8c0aa998ff88 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the libsigrokdecode project.
 ##
-## Copyright (C) 2014 Sławek Piotrowski <slawomir.piotrowski@payu.pl>
+## Copyright (C) 2014 Sławek Piotrowski <sentinel@atteo.org>
 ##
 ## 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 *
index 55afd5dab9c06e2685cd2438a73581aebaff3427..30653838629495f8dc3cecf8c6cf5637b460489b 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the libsigrokdecode project.
 ##
-## Copyright (C) 2014 Sławek Piotrowski <slawomir.piotrowski@payu.pl>
+## Copyright (C) 2014 Sławek Piotrowski <sentinel@atteo.org>
 ##
 ## 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
@@ -25,7 +25,7 @@ class Decoder(srd.Decoder):
     id = 'rfm12'
     name = 'RFM12'
     longname = 'RFM12 control protocol'
-    desc = 'Protocol for controlling RFM12 wireless transceivers from HoperRF'
+    desc = 'HopeRF RFM12 wireless transceiver control protocol.'
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['rfm12']