Uses of Package
cork.net.i2c

Packages that use cork.net.i2c
cork.module.devantech   
cork.module.ti   
cork.net.i2c   
 

Classes in cork.net.i2c used by cork.module.devantech
AbstractI2CDevice
          All I2C capable devices should use this base class for communitcating with the I2C bus.
I2CDevice
          All I2C devices should implement this interface.
I2CException
          I2C specific exception class.
 

Classes in cork.net.i2c used by cork.module.ti
AbstractI2CDevice
          All I2C capable devices should use this base class for communitcating with the I2C bus.
I2CDevice
          All I2C devices should implement this interface.
I2CException
          I2C specific exception class.
 

Classes in cork.net.i2c used by cork.net.i2c
I2CBusMaster
          Provides a high level interface to the I2C bus master, allowing bytes to be written and read from the bus.
I2CDevice
          All I2C devices should implement this interface.
I2CException
          I2C specific exception class.