|
||||||||||
| 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 IOIO.openUart(DigitalInput.Spec, DigitalOutput.Spec, int, Uart.Parity, Uart.StopBits) ,
where the input pins use their default specs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||