Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 13 12:56:23 2013 +0000
Revision:
26:a63e73885b21
Parent:
22:bd98a782fba6
Child:
27:2b5c1eb39bb5
code is still dirty but it works. I hope I will have chance to clean up some day...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 26:a63e73885b21 1
okano 22:bd98a782fba6 2 #define STR_BUFF_SIZE 64
okano 26:a63e73885b21 3
okano 22:bd98a782fba6 4 int try_and_check( char *command, char *expected_return_str, int mode );
okano 22:bd98a782fba6 5 int try_and_check2( char *command, char *expected_return_str, int mode );
okano 22:bd98a782fba6 6 void print_command( char *command );
okano 22:bd98a782fba6 7 void print_result( int r );
okano 22:bd98a782fba6 8 void send_RAM_transfer_checksum( int checksum );
okano 26:a63e73885b21 9 void erase_sectors( int last_sector );
okano 26:a63e73885b21 10