X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fnunchuk.py;h=77b154eb377cedfb4a55089e1c508d423ea52121;hb=e36d7343ffed4be56b0bbc278aee26671c9990a5;hp=409e120c458296082d0775bcb97753c72b49f875;hpb=9c93add5aeca95c568afab7fe249c0586d8dec6b;p=libsigrokdecode.git diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 409e120..77b154e 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -143,9 +143,22 @@ def register(): return { 'id': 'nunchuk', 'name': 'Nunchuk', - 'desc': 'Nintendo Wii Nunchuk decoder', - 'inputformats': ['i2c'], - 'ouputformats': ['nunchuk'], + 'longname': 'Nintendo Wii Nunchuk decoder', + 'desc': 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.', + 'longdesc': '...', + 'author': 'Uwe Hermann', + 'email': 'uwe@hermann-uwe.de', + 'license': 'gplv2+', + 'in': ['i2c'], + 'out': ['nunchuck'], + 'probes': [ + # TODO + ], + 'options': { + # TODO + }, + # 'start': start, + # 'report': report, } # Use psyco (if available) as it results in huge performance improvements.