41 pinMode(_pin1, INPUT);
42 return analogRead(_pin1);
55 pinMode(_pin2, INPUT);
56 return analogRead(_pin2);
Handling MiniR4.Dn digital pin functions.
A class template for handling analog input operations on two specified pins.
int getAIL(void)
Reads the analog value from the first pin.
int getAIR(void)
Reads the analog value from the second pin.
Class for handling digital input and output operations.