Class AnalogChannelInfo
Information about an analog channel
Assembly: Meadow.Contracts.dll
View Source
public class AnalogChannelInfo : ChannelInfoBase, IAnalogChannelInfo, IChannelInfo
Inheritance: System.Object
-> Meadow.Hardware.ChannelInfoBase
Implements:
Meadow.Hardware.IAnalogChannelInfo, Meadow.Hardware.IChannelInfo
Properties
InputCapable
Whether or not the channel is capable of reading input (i.e. ADC).
View Source
public bool InputCapable { get; protected set; }
OutputCapable
Whether or not the channel is capable of writing output (i.e. DAC).
View Source
public bool OutputCapable { get; protected set; }
Precision
Precision (in bits) of the channel
View Source
public byte Precision { get; protected set; }