Package hw
Class IO

Public Method getADCValue

static int getADCValue(int port)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
port 0 ... 3 logical port name

Returns the value of any of the 4 ADC (Analog Digital Converter) ports defined as "Analog In" in the "I/O Settings" section of iLCD Manager XEJoC Manager's "Settings" page.

Returns Description
value value of the requested ADC

Note

Example

int value = IO.getADCValue(2);

See also:

IO