Skip to main content

Interface IAnalogChannelInfo

Contract for analog communication channels.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface IAnalogChannelInfo : IChannelInfo

Properties

InputCapable

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

View Source
Declaration
bool InputCapable { get; }

OutputCapable

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

View Source
Declaration
bool OutputCapable { get; }

Precision

Precision (in bits) of the channel

View Source
Declaration
byte Precision { get; }