this transfers data (which is stored in "bin" file in mbed storage) into LPC1114, LPC1115, LPC81x, LPC82x, LPC1768/LPC1769 and LPC11U68/LPC11E68 internal flash memory through ISP.

Dependencies:   mbed MODSERIAL DirectoryList

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers uu_coding.h Source File

uu_coding.h

00001 
00002 void    initialize_uue_table( void );
00003 void    initialize_uud_table( void );
00004 long    bin2uue( char *bin, char *str, int size );
00005 int     uudecode_a_line( char *b, char *s );
00006 
00007 extern char    uu_table[ 0x60 + 1 ];