de.wagner_ibw.test
Class LM75Test56

java.lang.Object
  |
  +--de.wagner_ibw.test.LM75Test56
All Implemented Interfaces:
java.lang.Runnable

public class LM75Test56
extends java.lang.Object
implements java.lang.Runnable

It is a simple test program for I2C and LM75.

Author:
Thomas Wagner

Constructor Summary
LM75Test56()
          Constructor for stand-alone operation.
 
Method Summary
static void main(java.lang.String[] args)
          Stand-alone start.
 void run()
          Thread start.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LM75Test56

public LM75Test56()
Constructor for stand-alone operation.

Method Detail

main

public static void main(java.lang.String[] args)
Stand-alone start.

Parameters:
args - Not used here.

run

public void run()
Thread start.

Specified by:
run in interface java.lang.Runnable