]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nunchuk/__init__.py
am230x: Fix self.reset() method name.
[libsigrokdecode.git] / decoders / nunchuk / __init__.py
index 41bc2ea49a3d001543bdc930054ebf4805f9c981..ef6a74a2507a088e7ba7d199264b4f293e03077e 100644 (file)
@@ -19,9 +19,8 @@
 ##
 
 '''
-Nintendo Wii Nunchuk protocol decoder.
-
-TODO: Description.
+This decoder stacks on top of the 'i2c' PD and decodes the Nintendo Wii
+Nunchuk controller protocol.
 
 Details:
 http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Nunchuck
@@ -30,4 +29,3 @@ https://www.sparkfun.com/products/9281
 '''
 
 from .pd import *
-