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: USBHost USBHostXpad mbed
Fork of USBHostXpad_HelloWorld by
Diff: main.cpp
- Revision:
- 4:f8a5c8aa895a
- Parent:
- 2:3e3df7a79050
- Child:
- 9:16ce7a241108
--- a/main.cpp Wed Mar 13 10:28:43 2013 +0000
+++ b/main.cpp Wed Mar 13 10:30:25 2013 +0000
@@ -15,8 +15,11 @@
Thread::wait(500);
}
+ // in a loop, append a file
+ // if the device is disconnected, we try to connect it again
while(1) {
+ // append a file
FILE * fp = fopen("/usb/test1.txt", "a");
if (fp != NULL) {
