Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

command_interface.h

Committer:
okano
Date:
2013-09-26
Revision:
35:0b434ef4af49
Parent:
27:2b5c1eb39bb5
Child:
39:f68f9fa1e88e

File content as of revision 35:0b434ef4af49:


#define     STR_BUFF_SIZE       64

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