Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers
Dependencies: DirectoryList MODSERIAL mbed
Fork of ika_shouyu_poppoyaki by
Diff: command_interface.h
- Revision:
- 22:bd98a782fba6
- Child:
- 26:a63e73885b21
diff -r e149d0bdbf4a -r bd98a782fba6 command_interface.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/command_interface.h Fri Sep 13 03:34:43 2013 +0000 @@ -0,0 +1,6 @@ +#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 );