Function pyportal::esp_uart

source ·
pub fn esp_uart(
    clocks: &mut GenericClockController,
    baud: impl Into<Hertz>,
    sercom: EspUartSercom,
    mclk: &mut MCLK,
    esp_rx: impl Into<EspUartRx>,
    esp_tx: impl Into<EspUartTx>
) -> EspUart
Expand description

UART is connected to the ESP32 Wi-Fi co-processor