Uses of Interface
cork.net.i2c.I2CBusMaster

Packages that use I2CBusMaster
cork.net.i2c   
 

Uses of I2CBusMaster in cork.net.i2c
 

Classes in cork.net.i2c that implement I2CBusMaster
 class AbstractLineDriver
          Description of the Class
 class I2CLineDriver
          Default I2C Bus Master.
 

Methods in cork.net.i2c that return I2CBusMaster
 I2CBusMaster AbstractI2CDevice.getBusMaster()
          Gets the bus master this device is using.
 I2CBusMaster I2CDevice.getBusMaster()
          Gets the bus master this device is using.
static I2CBusMaster I2CBusMasterFactory.getBusMasterInstance(int compatibility)
          Returns a singleton instance of the bus master for all devices.