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.

Traits

Extension trait for UART0 for easily creating UART0Serial instances.

Extension trait for UART1 for easily creating UART1Serial instances.