Module esp8266_hal::uart [−][src]
Expand description
UART peripheral control.
Implements the traits required for reading from and writing to a serial port.
The ESP8266 has two UARTs available, UART0
and UART1
. UART1
is write-only.