Click or drag to resize

Polarity Enumeration

Logic polarities for GPIO Pins.

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public enum Polarity
Members
Member nameValueDescription
ActiveHigh0 Active high
ActiveLow1 Active low
See Also