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.
2 parents a281930 + bb40ee0 commit 8597627Copy full SHA for 8597627
build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino
@@ -21,8 +21,6 @@
21
22
*/
23
24
-// set pin numbers for the five buttons:
25
-
26
// set pin numbers for the five buttons:
27
const int upButton = 2;
28
const int downButton = 3;
@@ -66,7 +64,7 @@ void loop() {
66
64
Mouse.move(40, 0);
67
65
break;
68
case 'm':
69
- // move mouse right
+ // perform mouse left click
70
Mouse.click(MOUSE_LEFT);
71
72
}
0 commit comments