void loop(int aimTemp, int aimPerc){
Say what? The loop function does not have any arguments.
double getTemp(double Voltage){
What is the purpose of passing Voltage to this function, when it is never used?
void loop(int aimTemp, int aimPerc){
Say what? The loop function does not have any arguments.
double getTemp(double Voltage){
What is the purpose of passing Voltage to this function, when it is never used?