Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
k4zuki
Date:
Sat Oct 18 07:36:54 2014 +0000
Revision:
42:2b40666d8177
Parent:
22:bd98a782fba6
LPC82x series supported (only 824 is tested)

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