Class FtdiPin
Represents a single FTDI expander pin
Assembly: Ft2xxx.dll
View Source
Declaration
public class FtdiPin : Pin, IPin, IEquatable<IPin>
Inheritance: System.Object
-> Meadow.Hardware.Pin
Implements:
Meadow.Hardware.IPin
, System.IEquatable<Meadow.Hardware.IPin>
Properties
IsLowByte
Returns <b>true</b> if the pin is on the low byte of the expander, otherwise <b>false</b>
View Source
Declaration
public bool IsLowByte { get; }
Methods
ToString()
Returns a string that represents the pin
View Source
Declaration
public override string ToString()
Returns
System.String
Implements
Meadow.Hardware.IPin
System.IEquatable<Meadow.Hardware.IPin>