Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
27:2b5c1eb39bb5
Parent:
26:a63e73885b21
Child:
35:0b434ef4af49
--- a/command_interface.h	Fri Sep 13 12:56:23 2013 +0000
+++ b/command_interface.h	Thu Sep 19 01:08:20 2013 +0000
@@ -5,6 +5,6 @@
 int     try_and_check2( char *command, char *expected_return_str, int mode );
 void    print_command( char *command );
 void    print_result( int r );
-void    send_RAM_transfer_checksum( int checksum );
-void    erase_sectors( int last_sector );
+int     send_RAM_transfer_checksum( int checksum );
+int     erase_sectors( int last_sector );