@FunctionalInterface
public interface ADCChannel
This interface has been created to allow to easily add a new ADC in the framework,
and use this ADC with each AnalogComponent.
| Modifier and Type | Method and Description |
|---|---|
byte |
getValue()
Get the address of the register corresponding to the input channel on the ADC.
|