We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace923e commit 087c581Copy full SHA for 087c581
examples/Modulino_Buttons/Buttons_Basic/Buttons_Basic.ino
@@ -42,7 +42,7 @@ void loop() {
42
button_c = !button_c;
43
}
44
45
- // Update the LEDs above buttons, depending on the variables' value
+ // Update the LEDs above buttons, depending on the variables value
46
buttons.setLeds(button_a, button_b, button_c);
47
48
0 commit comments