Interface IEspCoprocessorPinout
Represents the pinout for an ESP coprocessor.
Assembly: Meadow.Contracts.dll
View Source
public interface IEspCoprocessorPinout
Properties
ESP_MOSI
Gets the pin connected to ESP_MOSI.
View Source
IPin ESP_MOSI { get; }
ESP_COPI
Gets the pin connected to ESP_COPI.
View Source
IPin ESP_COPI { get; }
ESP_MISO
Gets the pin connected to ESP_MISO.
View Source
IPin ESP_MISO { get; }
ESP_CIPO
Gets the pin connected to ESP_CIPO.
View Source
IPin ESP_CIPO { get; }
ESP_CLK
Gets the pin connected to ESP_CLK.
View Source
IPin ESP_CLK { get; }
ESP_CS
Gets the pin connected to ESP_CS.
View Source
IPin ESP_CS { get; }
ESP_BOOT
Gets the pin connected to ESP_BOOT.
View Source
IPin ESP_BOOT { get; }
ESP_RST
Gets the pin connected to ESP_RST.
View Source
IPin ESP_RST { get; }
ESP_UART_RX
Gets the pin connected to ESP_UART_RX.
View Source
IPin ESP_UART_RX { get; }
ESP_UART_TX
Gets the pin connected to ESP_UART_TX.
View Source
IPin ESP_UART_TX { get; }