Method AnalogRead
AnalogRead(int)
Returns the current value of the specified analog pin.
public int AnalogRead(int pin)
Parameters
pin
intThe number of the analog pin to read.
Returns the current value of the specified analog pin.
public int AnalogRead(int pin)
pin
intThe number of the analog pin to read.