From 43b0d81da0adc2c65edf063d3ce3ae2bb0067802 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 17 Dec 2011 23:20:47 +0100 Subject: Fix README filename --- README.markdown | 33 +++++++++++++++++++++++++++++++++ README.mdwn | 33 --------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 README.markdown delete mode 100644 README.mdwn diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..64d5807 --- /dev/null +++ b/README.markdown @@ -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` diff --git a/README.mdwn b/README.mdwn deleted file mode 100644 index 64d5807..0000000 --- a/README.mdwn +++ /dev/null @@ -1,33 +0,0 @@ -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` -- cgit v1.2.3