[][src]Trait esp8266_hal::uart::UART1Ext

pub trait UART1Ext {
    fn serial(self, txd: Gpio2<UART>) -> UART1Serial;
}

UART1 is write only

Required methods

fn serial(self, txd: Gpio2<UART>) -> UART1Serial

Loading content...

Implementations on Foreign Types

impl UART1Ext for UART1[src]

Loading content...

Implementors

Loading content...