Module esp8266_hal::uart
source · [−]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.
Structs
Serial port using UART0.
Write-only serial port using UART1.