de.wagner_ibw.examples
Class Rc5Example

java.lang.Object
  |
  +--de.wagner_ibw.examples.Rc5Example
All Implemented Interfaces:
RC5KeyChangeListener

public class Rc5Example
extends java.lang.Object
implements RC5KeyChangeListener

This simple example prog checks the class RC5 and shows the scanned RC5 codes on the display. The output should be like this (depends on your pressed key ;-)

 Code Addr  Toogle C6
 8    5     false  true
 
If you do not have any display set LCD = false. This prog terminates after 20 seconds.

Since:
0.9.2
Author:
Thomas Wagner

Constructor Summary
Rc5Example()
           
 
Method Summary
 void doIt()
           
 void keyChanged(RC5Event event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rc5Example

public Rc5Example()
Method Detail

main

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

doIt

public void doIt()

keyChanged

public void keyChanged(RC5Event event)
Specified by:
keyChanged in interface RC5KeyChangeListener