Fixed interpretation of roll yaw and pitch. Increased time to sleep between to events send to the wiimote.

git-svn-id: svn://svn.code.sf.net/p/wiigee/code/trunk@96 c7eff9ee-dd40-0410-8832-91a4d88773cf
This commit is contained in:
bepo23
2009-06-29 13:17:18 +00:00
parent d7b7fa14bd
commit a0dd8b32ce
13 changed files with 60 additions and 7 deletions

View File

@@ -27,13 +27,17 @@ package org.wiigee.control;
import org.wiigee.util.Log;
/**
* The mother of all classes. :-) It's just used as parent class
* to print version information and later on maybe dynamic configuring
* of the whole wiimote system... detecting plugins and devices automatically
* maybe. :)
*
* @author bepo
* @author Benjamin 'BePo' Poppinga
*/
public class Wiigee {
protected static String version = "1.5.2 alpha";
protected static String releasedate = "20090625";
protected static String version = "1.5.3 alpha";
protected static String releasedate = "20090626";
protected Wiigee() {
Log.write("This is wiigee version "+version+" ("+releasedate+")");