Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

command_interface.h

Committer:
okano
Date:
2013-09-13
Revision:
22:bd98a782fba6
Child:
26:a63e73885b21

File content as of revision 22:bd98a782fba6:

#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 );