1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

corrected a wrong comment inside the KeyboardAndMouseControl example

This commit is contained in:
Fede85 2013-01-15 10:37:19 +01:00
parent fbdd7754ce
commit 62e48dba91

View File

@ -67,7 +67,7 @@ void loop() {
Mouse.move(40, 0);
break;
case 'm':
// perform the right click
// perform mouse left click
Mouse.click(MOUSE_LEFT);
break;
}