else if (digitalRead(inputPin2) == LOW) { value++; } else if (digitalRead(inputPin3) == LOW) { value=0; }
¿?