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

corrected a wrong comment inside the KeyboardAndMouseControl example

This commit is contained in:
Fede85 2013-01-15 10:27:32 +01:00
parent f227dad276
commit fbdd7754ce

View File

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