Skip to main content

Enum CircuitTerminationType

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.Foundation.dll
View Source
Declaration
public enum CircuitTerminationType

Fields

CommonGround

Common ground termination

View Source
Declaration
CommonGround = 0

High

High or VCC termination

View Source
Declaration
High = 1

Floating

Floating / not terminated

View Source
Declaration
Floating = 2