Skip to content

Commit 8597627

Browse files
committed
Merged upcoming 1.0.4
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2 parents a281930 + bb40ee0 commit 8597627

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/shared/examples/09.USB/KeyboardAndMouseControl/KeyboardAndMouseControl.ino

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
2222
*/
2323

24-
// set pin numbers for the five buttons:
25-
2624
// set pin numbers for the five buttons:
2725
const int upButton = 2;
2826
const int downButton = 3;
@@ -66,7 +64,7 @@ void loop() {
6664
Mouse.move(40, 0);
6765
break;
6866
case 'm':
69-
// move mouse right
67+
// perform mouse left click
7068
Mouse.click(MOUSE_LEFT);
7169
break;
7270
}

0 commit comments

Comments
 (0)