[−][src]Trait esp8266_hal::uart::UART1Ext
Extension trait for UART1
for easily creating UART1Serial
instances.
Note that UART1
is write-only.
Required methods
fn serial(self, txd: Gpio2<UART>) -> UART1Serial
Implementations on Foreign Types
impl UART1Ext for UART1
[src]
fn serial(self, txd: Gpio2<UART>) -> UART1Serial
[src]
Create a new write-only UART1Serial
instance using the provided pin.