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: C12832_lcd EthernetInterface LM75B NTPClient SimpleSMTPClient TextLCD USBHost mbed
Fork of USBHost-MSD_HelloWorld by
Revision 9:3ca15106a7d1, committed 2013-08-13
- Comitter:
- avnisha
- Date:
- Tue Aug 13 06:11:51 2013 +0000
- Parent:
- 8:758190c6c455
- Child:
- 10:0902b3dc4d96
- Commit message:
- ok
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 14 14:23:42 2013 +0000
+++ b/main.cpp Tue Aug 13 06:11:51 2013 +0000
@@ -13,6 +13,7 @@
// try to connect a MSD device
while(!msd.connect()) {
Thread::wait(500);
+ printf("waiting\n");
}
// in a loop, append a file
