Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers command_interface.h Source File

command_interface.h

00001 
00002 #define     STR_BUFF_SIZE       128
00003 
00004 int     try_and_check( char *command, char *expected_return_str );
00005 int     try_and_check2( char *command, char *expected_return_str );
00006 void    print_command( char *command );
00007 void    print_result( int r );
00008 int     send_RAM_transfer_checksum( int checksum );
00009 int     erase_sectors( int last_sector );
00010