]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/nunchuk.py
srd: Add usable one-liner descriptions for all PDs.
[libsigrokdecode.git] / decoders / nunchuk / nunchuk.py
index b91e3ea51b56e40e2c2063876f1713bb9a8bb71e..1bcba23db99aedb14bb7dde3925f40b7c7b8d6c7 100644 (file)
@@ -27,8 +27,7 @@ class Decoder(srd.Decoder):
     id = 'nunchuk'
     name = 'Nunchuk'
     longname = 'Nintendo Wii Nunchuk'
-    desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.'
-    longdesc = '...'
+    desc = 'Nintendo Wii Nunchuk controller protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = ['nunchuck']
@@ -36,7 +35,7 @@ class Decoder(srd.Decoder):
     optional_probes = [] # TODO
     options = {}
     annotations = [
-        ['TODO', 'TODO'],
+        ['Text', 'Human-readable text'],
     ]
 
     def __init__(self, **kwargs):