public interface AnalogInputController extends HardwareDevice
Different analog input controllers will implement this interface.
Modifier and Type | Method and Description |
---|---|
int |
getAnalogInputValue(int channel)
Get the value of this analog input
Return the current ADC results from the A0-A7 channel input pins.
|
SerialNumber |
getSerialNumber()
Serial Number
|
close, getConnectionInfo, getDeviceName, getVersion
int getAnalogInputValue(int channel)
channel
- which analog channel to readSerialNumber getSerialNumber()