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.
Dependencies: M0_EEPROM_test USBDevice mbed
Fork of USBMouseKeyboard_HelloWorld by
Revision 4:13ddb5cb421b, committed 2011-11-30
- Comitter:
- samux
- Date:
- Wed Nov 30 11:08:16 2011 +0000
- Parent:
- 3:f34d255ad5e7
- Child:
- 5:656591c7c89f
- Commit message:
Changed in this revision
--- a/USBDevice.lib Wed Nov 16 07:54:21 2011 +0000 +++ b/USBDevice.lib Wed Nov 30 11:08:16 2011 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/samux/code/USBDevice/#c7b1827e980d +http://mbed.org/users/samux/code/USBDevice/#65a34d6b5e22
--- 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);
}
}
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Nov 30 11:08:16 2011 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/7110ebee3484
