Skip to main content

Enum TerminationType

Whether the circuit is terminated into the common/ground or a high (3.3V) voltage source. Used to determine whether to pull the resistor wired to the switch sensor high or low to close the circuit when the switch is closed.

To disable the resistor, set to Floating.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum TerminationType

Fields

CommonGround

Circuit is terminated at ground.

View Source
Declaration
CommonGround = 0

High

The circuit is terminated at VCC.

View Source
Declaration
High = 1

Floating

The circuit is not terminated.

View Source
Declaration
Floating = 2