Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 563 Bytes

provideradcchannelmode.md

File metadata and controls

27 lines (18 loc) · 563 Bytes
-api-id -api-type
T:Windows.Devices.Adc.Provider.ProviderAdcChannelMode
winrt enum

ProviderAdcChannelMode

-description

Determines how the pin value is represented. Implementation of specifics are decided by the provider, so differential may be fully or pseudo differential.

-enum-fields

-field SingleEnded:0

Simple value of a particular pin.

-field Differential:1

Difference between two pins.

-remarks

-examples

-see-also