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
- Committer:
- okano
- Date:
- 2013-09-13
- Revision:
- 26:a63e73885b21
- Parent:
- 22:bd98a782fba6
- Child:
- 27:2b5c1eb39bb5
File content as of revision 26:a63e73885b21:
#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 ); void erase_sectors( int last_sector );