Uses of Class
ioio.lib.api.TwiMaster.Rate

Packages that use TwiMaster.Rate
ioio.lib.api   
 

Uses of TwiMaster.Rate in ioio.lib.api
 

Methods in ioio.lib.api that return TwiMaster.Rate
static TwiMaster.Rate TwiMaster.Rate.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TwiMaster.Rate[] TwiMaster.Rate.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ioio.lib.api with parameters of type TwiMaster.Rate
 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.