Windows.Devices.Adc.Provider Namespace

This API exposes a Provider interface for the user to implement for a specific controller. The ADC API needs a ADC Provider implementation to talk to the ADC controller.

Note

For info about providers, see the note at the beginning of the Windows.Devices.Gpio.Provider namespace topic.

Interfaces

IAdcControllerProvider

Represents properties and methods common to all ADC controllers.

IAdcProvider

Represents methods common to all ADC providers.

Enums

ProviderAdcChannelMode

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