Class AdcChannel
Represents a single ADC channel.
public class AdcChannel : AdcChannelBase, IDisposable
- Inheritance
-
AdcChannel
- Implements
- Inherited Members
- Extension Methods
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Finalize()
protected override void Finalize()
ReadValue()
Reads the digital representation of the analog value from the ADC.
public override int ReadValue()
Returns
- int
The digital value.