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

uu_coding.h

Committer:
ChrisABailey
Date:
2015-07-26
Revision:
52:afd15e54142f
Parent:
22:bd98a782fba6

File content as of revision 52:afd15e54142f:


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 ];