Skip to content

Commit 9d442f5

Browse files
committed
added LED indication for servo
1 parent 1274f8e commit 9d442f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Wiper/Wiper.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void setup()
2929
void loop()
3030
{
3131
//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
32+
//It gives LOW when the switch is pressed and HIGH when it is open
3333
if (digitalRead(button_pin) == LOW) //Start the servo if the button is pressed and complete the
3434
//entire rotation regardless of button state later
3535
{

0 commit comments

Comments
 (0)