Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

command_interface.h

Committer:
okano
Date:
2013-09-13
Revision:
26:a63e73885b21
Parent:
22:bd98a782fba6
Child:
27:2b5c1eb39bb5

File content as of revision 26:a63e73885b21:


#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 );
void    erase_sectors( int last_sector );