]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk.py
move sigrokdecode.Decoder type to its own source file
[libsigrokdecode.git] / decoders / nunchuk.py
index 4a5b7a073dc370a3aebef1db39a24dfaf0ca7054..46bf53cf85ff43753d830e387f2f73e7e1ec0775 100644 (file)
@@ -42,11 +42,9 @@ INITIALIZED = 4
 class Decoder(srd.Decoder):
     id = 'nunchuk'
     name = 'Nunchuk'
-    longname = 'Nintendo Wii Nunchuk 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']