Enum ResistorMode
Describes the internal/external IO resistor states.
Assembly: Meadow.Contracts.dll
View Source
public enum ResistorMode
Fields
Disabled
Internal pull-up/pull-down resistor is disabled.
View Source
Disabled = 0
InternalPullDown
Internal resistor pulled down to 0V
by default.
View Source
InternalPullDown = 1
InternalPullUp
Internal resistor pulled up to VCC
by default.
View Source
InternalPullUp = 2
ExternalPullDown
External pull down resistor.
View Source
ExternalPullDown = 3
ExternalPullUp
External Pull up resistor.
View Source
ExternalPullUp = 4