Interface IAnalogChannelInfo
Contract for analog communication channels.
Assembly: Meadow.Contracts.dll
View Source
public interface IAnalogChannelInfo : IChannelInfo
Properties
InputCapable
Whether or not the channel is capable of reading input (i.e. ADC).
View Source
bool InputCapable { get; }
OutputCapable
Whether or not the channel is capable of writing output (i.e. DAC).
View Source
bool OutputCapable { get; }
Precision
Precision (in bits) of the channel
View Source
byte Precision { get; }