Ika Shouyu Poppoyaki - LPC82x supported

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