41 pinMode(_pin1, INPUT);
42 return analogRead(_pin1);
55 pinMode(_pin2, INPUT);
56 return analogRead(_pin2);
Handling MiniR4.Dn digital pin functions.
int getAIL(void)
Reads the analog value from the first pin.
int getAIR(void)
Reads the analog value from the second pin.