Skip to main content

Class AnalogChannelInfo

Information about an analog channel

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class AnalogChannelInfo : ChannelInfoBase, IAnalogChannelInfo, IChannelInfo

Inheritance: System.Object -> Meadow.Hardware.ChannelInfoBase

Implements:
Meadow.Hardware.IAnalogChannelInfo

Properties

InputCapable

Whether or not the channel is capable of reading input (i.e. ADC).

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

OutputCapable

Whether or not the channel is capable of writing output (i.e. DAC).

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

Precision

Precision (in bits) of the channel

View Source
Declaration
public byte Precision { get; protected set; }

Implements