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

Committer:
ChrisABailey
Date:
Sun Jul 26 14:46:23 2015 +0000
Revision:
52:afd15e54142f
Parent:
22:bd98a782fba6
Use MBED to load LPC1114.  Modified to also load LPExpresso 1114 board

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 22:bd98a782fba6 1
okano 22:bd98a782fba6 2 void initialize_uue_table( void );
okano 22:bd98a782fba6 3 void initialize_uud_table( void );
okano 22:bd98a782fba6 4 long bin2uue( char *bin, char *str, int size );
okano 22:bd98a782fba6 5 int uudecode_a_line( char *b, char *s );
okano 22:bd98a782fba6 6
okano 22:bd98a782fba6 7 extern char uu_table[ 0x60 + 1 ];