Updated infrared data processing to provide Button, IR-Camera, Acceleration and Rotation input at the same time by using 0x37 data stream. GUI is now devided regarding the specific functions: 'Gestures', 'Infrared', 'Rotation' and 'Settings' (empty at the moment, but should be adopted to have complete control over the lib).

git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@99 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-07-06 08:53:45 +00:00
parent 4847a348ee
commit 739747a093

View File

@@ -36,8 +36,8 @@ import org.wiigee.util.Log;
*/
public class Wiigee {
protected static String version = "1.5.3 alpha";
protected static String releasedate = "20090626";
protected static String version = "1.5.4 alpha";
protected static String releasedate = "20090706";
protected Wiigee() {
Log.write("This is wiigee version "+version+" ("+releasedate+")");