Uses of Interface
ioio.lib.api.TwiMaster

Packages that use TwiMaster
ioio.lib.api   
ioio.lib.impl   
 

Uses of TwiMaster in ioio.lib.api
 

Methods in ioio.lib.api that return TwiMaster
 TwiMaster IOIO.openTwiMaster(int twiNum, TwiMaster.Rate rate, boolean smbus)
          Open a TWI (Two-Wire Interface, such as I2C/SMBus) master module, enabling communication with multiple TWI-enabled slave modules.
 

Uses of TwiMaster in ioio.lib.impl
 

Classes in ioio.lib.impl that implement TwiMaster
 class TwiMasterImpl
           
 

Methods in ioio.lib.impl that return TwiMaster
 TwiMaster IOIOImpl.openTwiMaster(int twiNum, TwiMaster.Rate rate, boolean smbus)