Uses of Class
cork.device.AbstractDevice

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

Uses of AbstractDevice in cork.module.devantech
 

Subclasses of AbstractDevice in cork.module.devantech
 class CMPS03
          Driver for controlling a Devantech CMPS03 compass module.
 class SRF08
          Software driver for the Devontech SRF08 Range Finder.
 

Uses of AbstractDevice in cork.module.ti
 

Subclasses of AbstractDevice in cork.module.ti
 class PCF8574
          Driver for controlling a Texas Instruments PCF8574 Remote 8-Bit I/O Expander chip.
 

Uses of AbstractDevice in cork.net.i2c
 

Subclasses of AbstractDevice in cork.net.i2c
 class AbstractI2CDevice
          All I2C capable devices should use this base class for communitcating with the I2C bus.