|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Uart | |
|---|---|
| ioio.lib.api | |
| Uses of Uart in ioio.lib.api |
|---|
| Methods in ioio.lib.api that return Uart | |
|---|---|
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 | |||||||||