Syntax
public class PinDefinitions : IPinDefinitions
Constructors
PinDefinitions(x74595)
Create a new PinDefinitions object
Declaration
public PinDefinitions(x74595 controller)
Parameters
Type |
Name |
Description |
x74595 |
controller |
|
Properties
AllPins
Declaration
public IList<IPin> AllPins { get; }
Property Value
Type |
Description |
IList<IPin> |
|
Controller
Declaration
public IPinController Controller { get; set; }
Property Value
Type |
Description |
IPinController |
|
GP0
Declaration
Property Value
GP1
Declaration
Property Value
GP2
Declaration
Property Value
GP3
Declaration
Property Value
GP4
Declaration
Property Value
GP5
Declaration
Property Value
GP6
Declaration
Property Value
GP7
Declaration
Property Value
Methods
GetEnumerator()
Declaration
public IEnumerator<IPin> GetEnumerator()
Returns
Type |
Description |
IEnumerator<IPin> |
|
InitAllPins()
Declaration
protected void InitAllPins()