Uses of Class
de.wagner_ibw.iow.i2c.AbstractI2CDevice

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

Uses of AbstractI2CDevice in de.wagner_ibw.iow.i2c
 

Subclasses of AbstractI2CDevice in de.wagner_ibw.iow.i2c
 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 that return AbstractI2CDevice
 AbstractI2CDevice Monitor.getCurrentDevice()
          Returns the currentlye active i2c device.
 

Methods in de.wagner_ibw.iow.i2c with parameters of type AbstractI2CDevice
 void Monitor.beginTransmission(AbstractI2CDevice dev)
          Begins the transmission.
 void Monitor.endTransmission(AbstractI2CDevice dev)
          Ends the transmission.
 void Monitor.abortTransmission(AbstractI2CDevice dev)
          Aborts the transmission.