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_inc.h" 00007 00008 int main() 00009 { 00010 InitCompactFlashInterface(); 00011 InitTerminal(); 00012 00013 while(1) 00014 { 00015 ProcessTerminal(); 00016 } 00017 00018 }
Generated on Sat Jul 16 2022 16:37:46 by
1.7.2