Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
48:99cfe3a929ea
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dir_handling/dir_handling.h	Thu Jan 29 10:48:57 2015 +0000
@@ -0,0 +1,4 @@
+#include    <string>
+
+//std::string get_file_name( std::string &defaultpath );
+std::string get_file_name( std::string &default_path, const char *suffix );