Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
22:bd98a782fba6
Child:
26:a63e73885b21
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/command_interface.h	Fri Sep 13 03:34:43 2013 +0000
@@ -0,0 +1,6 @@
+#define     STR_BUFF_SIZE       64
+int     try_and_check( char *command, char *expected_return_str, int mode );
+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 );