Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DirectoryList MODSERIAL mbed
Fork of ika_shouyu_poppoyaki by
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
Generated on Wed Jul 13 2022 21:15:35 by
 1.7.2 
    