Uses of Interface
de.wagner_ibw.iow.i2c.I2CDevice

Packages that use I2CDevice
de.wagner_ibw.iow.i2c This package provides all interfaces and classes for using the IO-Warrior's special mode function IIC
 

Uses of I2CDevice in de.wagner_ibw.iow.i2c
 

Classes in de.wagner_ibw.iow.i2c that implement I2CDevice
 class AbstractI2CDevice
          This is the abtract implementation of the I2CDevice.java interface
 class LM75
          This is the implemenation of the LM75 device , "Digital Temperature Sensor and Thermal Watchdog with Two-Wire Interface", by National Semiconductors.
 class PCF8570
          This is the implemenation of the PCF8570P device
 

Methods in de.wagner_ibw.iow.i2c with parameters of type I2CDevice
 void I2C.addI2CDevice(I2CDevice dev)
          Adds i2c device implementation (e.g. an instance of LM75.java).
 void I2C.removeI2CDevice(I2CDevice dev)
          Removes i2c device implementation.