Class MikroBusConnector.PinNames
The set of MikroBus pin names
Assembly: Meadow.Contracts.dll
View Source
public static class MikroBusConnector.PinNames
Fields
AN
Pin AN
View Source
public const string AN = "AN"
RST
Pin RST
View Source
public const string RST = "RST"
CS
Pin CS
View Source
public const string CS = "CS"
SCK
Pin SCK
View Source
public const string SCK = "SCK"
CIPO
Pin CIPO
View Source
public const string CIPO = "CIPO"
COPI
Pin COPI
View Source
public const string COPI = "COPI"
PWM
Pin PWM
View Source
public const string PWM = "PWM"
INT
Pin INT
View Source
public const string INT = "INT"
RX
Pin RX
View Source
public const string RX = "RX"
TX
Pin TX
View Source
public const string TX = "TX"
SCL
Pin SCL
View Source
public const string SCL = "SCL"
SDA
Pin SDA
View Source
public const string SDA = "SDA"