summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-12-17 23:14:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-12-17 23:14:02 +0100
commit60f397a4f8ef598ed1efffb89f48430327e32e2d (patch)
treea6492e5a09bece2f4e230de666a6aa2f9dd78118
parent95f860ee2d8af0d0aaff353ba34c67443acd7ab6 (diff)
add readme
-rw-r--r--README.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.mdwn b/README.mdwn
new file mode 100644
index 0000000..64d5807
--- /dev/null
+++ b/README.mdwn
@@ -0,0 +1,33 @@
+Various tools related to the Wii Remote / Wii Balance Board.
+
+## bal
+
+Displays Balance Board weight data, mostly for debug purposes.
+
+Usage: `./bal`
+
+## mpcal
+
+Calibrates the Motion Plus and outputs the calibration data.
+
+Usage: `./mpcal`
+
+(the program will then tell you to put the wiimote onto a flat surface)
+
+## mplog
+
+Logs Motion Plus data to stdout, in the format
+
+ seconds.nanoseconds pitch roll yaw
+
+Where Pitch, Roll and Yaw are the raw 16-bit values.
+
+Usage: `./mplog` > *filename*
+
+See also: http://www.grc.nasa.gov/WWW/k-12/airplane/Images/rotations.gif
+
+## wibble
+
+Wiimote Blinkenlights. Press D-Pad up to toggle modes, Home to quit.
+
+Usage: `./wibble`