diff options
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r-- | decoders/nunchuk.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 5856e4e..46bf53c 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -45,8 +45,6 @@ class Decoder(srd.Decoder): longname = 'Nintendo Wii Nunchuk' desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.' longdesc = '...' - author = 'Uwe Hermann' - email = 'uwe@hermann-uwe.de' license = 'gplv2+' inputs = ['i2c'] outputs = ['nunchuck'] |