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 interface.
 class AT24C128
          This is the implementation of the AT24C128 device, "16 KByte EEPROM" by ATMEL.
 class DS1803
          Implemenation of the DS1803 device, "Two independently controlled Potentiometers".
 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 implementation of the PCF8570P device, "256 x 8-bit static low-voltage RAM".
 class PCF8574A
          This is the implemenation of the PCF8574A device, "Remote 8-Bit I/O Expander". !!!!
 class PCF8591
          This is the implementation of the PCF8591 device, "8-bit A/D and D/A converter".
 class SD20
          This is the implementation of the SD20 device "Servocontroller" by Jörg Pohl (www.roboter-teile.de))
 

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.