Skip to main content

Interface IEspCoprocessorPinout

Represents the pinout for an ESP coprocessor.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IEspCoprocessorPinout

Properties

ESP_MOSI

Gets the pin connected to ESP_MOSI.

View Source
Declaration
IPin ESP_MOSI { get; }

ESP_COPI

Gets the pin connected to ESP_COPI.

View Source
Declaration
IPin ESP_COPI { get; }

ESP_MISO

Gets the pin connected to ESP_MISO.

View Source
Declaration
IPin ESP_MISO { get; }

ESP_CIPO

Gets the pin connected to ESP_CIPO.

View Source
Declaration
IPin ESP_CIPO { get; }

ESP_CLK

Gets the pin connected to ESP_CLK.

View Source
Declaration
IPin ESP_CLK { get; }

ESP_CS

Gets the pin connected to ESP_CS.

View Source
Declaration
IPin ESP_CS { get; }

ESP_BOOT

Gets the pin connected to ESP_BOOT.

View Source
Declaration
IPin ESP_BOOT { get; }

ESP_RST

Gets the pin connected to ESP_RST.

View Source
Declaration
IPin ESP_RST { get; }

ESP_UART_RX

Gets the pin connected to ESP_UART_RX.

View Source
Declaration
IPin ESP_UART_RX { get; }

ESP_UART_TX

Gets the pin connected to ESP_UART_TX.

View Source
Declaration
IPin ESP_UART_TX { get; }