Windows.Devices.Adc.Provider Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |