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

@@ -31,6 +31,14 @@ import org.wiigee.logic.*;
import org.wiigee.event.*;
import org.wiigee.filter.*;
/**
* Abstract representation of a device with very basic functionalities. This
* class should be derived from, if anybody plans to add a new class of devices,
* like Wiimote or AndroidDevice does. This class mainly consist of filter
* management, recognition control and core event control.
*
* @author Benjamin 'BePo' Poppinga
*/
public class Device {
// Fixed number values.