We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1274f8e commit 9d442f5Copy full SHA for 9d442f5
examples/Wiper/Wiper.ino
@@ -29,7 +29,7 @@ void setup()
29
void loop()
30
{
31
//The button_pin is declared as INPUT_PULLUP which means switch logic is inverted.
32
- //It gives LOW when the switch is Pressed and HIGH when it is open
+ //It gives LOW when the switch is pressed and HIGH when it is open
33
if (digitalRead(button_pin) == LOW) //Start the servo if the button is pressed and complete the
34
//entire rotation regardless of button state later
35
0 commit comments