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.
Fork of USBKeyboard_HelloWorld by
Revision 7:7fd55fe37383, committed 2017-12-12
- Comitter:
- USER10
- Date:
- Tue Dec 12 01:05:07 2017 +0000
- Parent:
- 6:17871da2a7e4
- Commit message:
- test;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 17871da2a7e4 -r 7fd55fe37383 main.cpp --- a/main.cpp Fri Mar 01 13:23:58 2013 +0000 +++ b/main.cpp Tue Dec 12 01:05:07 2017 +0000 @@ -11,10 +11,7 @@ int main(void) { while (1) { - keyboard.mediaControl(KEY_VOLUME_DOWN); keyboard.printf("Hello World from Mbed\r\n"); - keyboard.keyCode('s', KEY_CTRL); - keyboard.keyCode(KEY_CAPS_LOCK); wait(1); leds = keyboard.lockStatus(); }