Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 13 03:34:43 2013 +0000
Revision:
22:bd98a782fba6
Child:
26:a63e73885b21
dividing code into modules

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 22:bd98a782fba6 1 #define STR_BUFF_SIZE 64
okano 22:bd98a782fba6 2 int try_and_check( char *command, char *expected_return_str, int mode );
okano 22:bd98a782fba6 3 int try_and_check2( char *command, char *expected_return_str, int mode );
okano 22:bd98a782fba6 4 void print_command( char *command );
okano 22:bd98a782fba6 5 void print_result( int r );
okano 22:bd98a782fba6 6 void send_RAM_transfer_checksum( int checksum );