[−][src]Module esp8266_hal::uart
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
UART0Serial | Serial port using |
UART1Serial | Write-only serial port using |
Traits
UART0Ext | Extension trait for |
UART1Ext | Extension trait for |