|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Uart.Parity | |
---|---|
ioio.lib.api |
Uses of Uart.Parity in ioio.lib.api |
---|
Methods in ioio.lib.api that return Uart.Parity | |
---|---|
static Uart.Parity |
Uart.Parity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Uart.Parity[] |
Uart.Parity.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 Uart.Parity | |
---|---|
Uart |
IOIO.openUart(DigitalInput.Spec rx,
DigitalOutput.Spec tx,
int baud,
Uart.Parity parity,
Uart.StopBits stopbits)
Open a UART module, enabling a bulk transfer of byte buffers. |
Uart |
IOIO.openUart(int rx,
int tx,
int baud,
Uart.Parity parity,
Uart.StopBits stopbits)
Shorthand for #openUart(ioio.lib.api.DigitalInput.Spec, ioio.lib.api.DigitalOutput.Spec, int, Parity, StopBits)
, where the input pins use their default specs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |