diff options
Diffstat (limited to 'decoders/nunchuk/__init__.py')
-rw-r--r-- | decoders/nunchuk/__init__.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/decoders/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index 41bc2ea..2fdaaeb 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__init__.py @@ -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 |