orc
Class WiiMotionPlus

java.lang.Object
  extended by orc.WiiMotionPlus

public class WiiMotionPlus
extends java.lang.Object

Accesses Nintendo WiiMotion Plus via I2C (use the 3.3V port only!)


Constructor Summary
WiiMotionPlus(Orc orc)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 int[] readAxes()
          Returns a three-dimensional array giving the raw angular rate data for each of the three axes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiiMotionPlus

public WiiMotionPlus(Orc orc)
Method Detail

readAxes

public int[] readAxes()
Returns a three-dimensional array giving the raw angular rate data for each of the three axes.


main

public static void main(java.lang.String[] args)