Windows.Devices.Adc 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.
Analog-Digital Converter, or ADC, is an electrical component that converts an analog electrical signal (usually voltage) to a digital representation. ADCs usually interface a digital circuit that processes signals from analog world.
This API facilitates the consumer to read the digital representation of an analog signal which is fed to the ADC controller. This API is not standalone, it instead talks to an ADC controller through the provider interface implementation for specific breakout boards or onboard controllers.
Note
For info about providers, see the note at the beginning of the Windows.Devices.Gpio.Provider namespace topic.
Classes
AdcChannel |
Represents a single ADC channel. |
AdcController |
Represents an ADC controller on the system |
Enums
AdcChannelMode |
Describes the channel modes that the ADC controller can use for input. |