Also, update author email address.
##
## 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
##
'''
-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 *
##
## 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
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']