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:
22:bd98a782fba6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uu_coding.h	Fri Sep 13 03:34:43 2013 +0000
@@ -0,0 +1,7 @@
+
+void    initialize_uue_table( void );
+void    initialize_uud_table( void );
+long    bin2uue( char *bin, char *str, int size );
+int     uudecode_a_line( char *b, char *s );
+
+extern char    uu_table[ 0x60 + 1 ];