Enum CommonType
Enumeration representing the electrical configuration of LEDs in a common package.
Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum CommonType
Fields
CommonCathode
The cathode is electrically shared among the LEDs
View Source
Declaration
CommonCathode = 0
CommonAnode
The anode is electrically shared among the LEDs
View Source
Declaration
CommonAnode = 1