Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

command_interface.h

Committer:
k4zuki
Date:
2014-10-18
Revision:
42:2b40666d8177
Parent:
39:f68f9fa1e88e

File content as of revision 42:2b40666d8177:


#define     STR_BUFF_SIZE       128

int     try_and_check( char *command, char *expected_return_str );
int     try_and_check2( char *command, char *expected_return_str );
void    print_command( char *command );
void    print_result( int r );
int     send_RAM_transfer_checksum( int checksum );
int     erase_sectors( int last_sector );