| Package | Description |
|---|---|
| ioio.lib.api |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|