From 156509ca42f0df2380c9f205f9aad337e1a07802 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Feb 2012 22:23:03 +0100 Subject: srd: Move all protocol docs to __init__.py files. --- decoders/nunchuk/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'decoders/nunchuk/__init__.py') diff --git a/decoders/nunchuk/__init__.py b/decoders/nunchuk/__init__.py index 6772ba7..da6db06 100644 --- a/decoders/nunchuk/__init__.py +++ b/decoders/nunchuk/__init__.py @@ -18,5 +18,16 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## +''' +Nintendo Wii Nunchuk decoder. + +TODO: Description. + +Details: +http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Nunchuck +http://todbot.com/blog/2008/02/18/wiichuck-wii-nunchuck-adapter-available/ +https://www.sparkfun.com/products/9281 +''' + from .nunchuk import * -- cgit v1.2.3-70-g09d2