Skip to content

Commit 087c581

Browse files
Update examples/Modulino_Buttons/Buttons_Basic/Buttons_Basic.ino
1 parent ace923e commit 087c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Modulino_Buttons/Buttons_Basic/Buttons_Basic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void loop() {
4242
button_c = !button_c;
4343
}
4444

45-
// Update the LEDs above buttons, depending on the variables' value
45+
// Update the LEDs above buttons, depending on the variables value
4646
buttons.setLeds(button_a, button_b, button_c);
4747
}
4848
}

0 commit comments

Comments
 (0)