[−][src]Trait esp8266_hal::uart::UART0Ext
Extension trait for UART0
for easily creating UART0Serial
instances.
Required methods
Loading content...Implementations on Foreign Types
impl UART0Ext for UART0
[src]
fn serial(self, txd: Gpio1<UART>, rxd: Gpio3<UART>) -> UART0Serial
[src]
Create a new UART0Serial
instance using the provided pins.