Class Pca9685.PinDefinitions
Pin definitions the PCA9685
Assembly: Pca9685.dll
View Source
Declaration
public class Pca9685.PinDefinitions : PinDefinitionBase, IPinDefinitions, IEnumerable<IPin>, IEnumerable
Inheritance: System.Object
-> Meadow.PinDefinitionBase
Implements:
Meadow.Hardware.IPinDefinitions
, System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
, System.Collections.IEnumerable
Properties
LED0
Pin LED0
View Source
Declaration
public IPin LED0 { get; }
LED1
Pin LED1
View Source
Declaration
public IPin LED1 { get; }
LED2
Pin LED2
View Source
Declaration
public IPin LED2 { get; }
LED3
Pin LED3
View Source
Declaration
public IPin LED3 { get; }
LED4
Pin LED4
View Source
Declaration
public IPin LED4 { get; }
LED5
Pin LED5
View Source
Declaration
public IPin LED5 { get; }
LED6
Pin LED6
View Source
Declaration
public IPin LED6 { get; }
LED7
Pin LED7
View Source
Declaration
public IPin LED7 { get; }
LED8
Pin LED8
View Source
Declaration
public IPin LED8 { get; }
LED9
Pin LED9
View Source
Declaration
public IPin LED9 { get; }
LED10
Pin LED10
View Source
Declaration
public IPin LED10 { get; }
LED11
Pin LED11
View Source
Declaration
public IPin LED11 { get; }
LED12
Pin LED12
View Source
Declaration
public IPin LED12 { get; }
LED13
Pin LED13
View Source
Declaration
public IPin LED13 { get; }
LED14
Pin LED14
View Source
Declaration
public IPin LED14 { get; }
LED15
Pin LED15
View Source
Declaration
public IPin LED15 { get; }
Implements
Meadow.Hardware.IPinDefinitions
System.Collections.Generic.IEnumerable<Meadow.Hardware.IPin>
System.Collections.IEnumerable