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.
main.cpp
00001 #include "mbed.h" 00002 #include "ff.h" 00003 #include "diskio.h" 00004 #include "MODSERIAL.h" 00005 #include "Terminal.h" 00006 #include "USBHost.h" 00007 00008 int main() 00009 { 00010 InitCompactFlashInterface(); 00011 InitTerminal(); 00012 USBInit(); 00013 00014 while(1) 00015 { 00016 ProcessTerminal(); 00017 USBLoop(); 00018 } 00019 00020 }
Generated on Sat Jul 16 2022 22:22:09 by
1.7.2