|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.wagner_ibw.test.DoubleI2CTest
It is a simple test program for I2C and LM75.
Field Summary | |
(package private) static boolean |
DEBUG
|
private Iow24 |
dev24
|
private IowFactory |
devs
|
private LCD |
lcd
|
(package private) static boolean |
LOOP
|
(package private) static boolean |
SHOW
|
Constructor Summary | |
DoubleI2CTest()
Constructor for stand-alone operation. |
Method Summary | |
private void |
doit()
Do all that work. |
static void |
main(java.lang.String[] args)
Stand-alone start. |
void |
run()
Thread start. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static boolean DEBUG
static boolean LOOP
static boolean SHOW
private IowFactory devs
private Iow24 dev24
private LCD lcd
Constructor Detail |
public DoubleI2CTest()
Method Detail |
public static void main(java.lang.String[] args)
args
- Not used here.public void run()
run
in interface java.lang.Runnable
private void doit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |