Skip to main content

Class AnalogCapabilities

Provides a description of the Analog I/O capabilities of a platform

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class AnalogCapabilities

Properties

HasAdc

Returns true if the platform has an analog-to-digital converter

View Source
Declaration
public bool HasAdc { get; protected set; }

AdcResolution

Returns the bit-resolution of the ADC

View Source
Declaration
public int? AdcResolution { get; protected set; }

MaxRawAdcVoltageValue

Returns the maximum voltage the ADC supports

View Source
Declaration
public int? MaxRawAdcVoltageValue { get; }