Enum PinPolarity
Whether a signal is asserted by a high or a low physical level.
public enum PinPolarity
Fields
ActiveHigh = 0A high level means asserted.
ActiveLow = 1A low level means asserted, the wiring of most buttons and relay boards.
Whether a signal is asserted by a high or a low physical level.
public enum PinPolarity
ActiveHigh = 0A high level means asserted.
ActiveLow = 1A low level means asserted, the wiring of most buttons and relay boards.