Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: main.cpp
- Revision:
- 4:13ddb5cb421b
- Parent:
- 3:f34d255ad5e7
- Child:
- 5:656591c7c89f
--- a/main.cpp Wed Nov 16 07:54:21 2011 +0000
+++ b/main.cpp Wed Nov 30 11:08:16 2011 +0000
@@ -16,7 +16,8 @@
key_mouse.keyCode('s', KEY_CTRL);
key_mouse.move(20, 0);
key_mouse.keyCode(KEY_SCROLL_LOCK);
+ wait(1);
leds = key_mouse.lockStatus();
- wait(1);
}
}
+