supported GR-PEACH original: http://developer.mbed.org/users/va009039/code/USBHostC270_example/ The function of Isochronous has moved to USBHost_AddIso library.
Dependencies: USBHost_custom_Addiso
Fork of USBHostC270_example_GR-PEACH by
Revision 4:f8a5c8aa895a, committed 2013-03-13
- Comitter:
- samux
- Date:
- Wed Mar 13 10:30:25 2013 +0000
- Parent:
- 3:17ca010bda2e
- Child:
- 5:fc580cab6a61
- Commit message:
- add comments
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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) {
