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: KL46Z-USBHost mbed-rtos mbed
Fork of USBHostKeyboard_HelloWorld by
Revision 7:be82ac3c4821, committed 2015-03-27
- Comitter:
- wlangenkamp
- Date:
- Fri Mar 27 11:34:07 2015 +0000
- Parent:
- 6:10bb61d790cd
- Commit message:
- Compiles now
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/KL46Z-USBHost.lib Fri Mar 27 11:34:07 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/va009039/code/KL46Z-USBHost/#47978c25c9b8
--- a/USBHost.lib Thu Mar 14 14:22:49 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -https://mbed.org/users/mbed_official/code/USBHost/#7671b6a8c363
--- a/main.cpp Thu Mar 14 14:22:49 2013 +0000 +++ b/main.cpp Fri Mar 27 11:34:07 2015 +0000 @@ -1,5 +1,6 @@ #include "mbed.h" #include "USBHostKeyboard.h" +#include "rtos.h" DigitalOut led(LED1);
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-rtos.lib Fri Mar 27 11:34:07 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-rtos/#d3d0e710b443
--- a/mbed.bld Thu Mar 14 14:22:49 2013 +0000 +++ b/mbed.bld Fri Mar 27 11:34:07 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0 \ No newline at end of file
