Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 20 00:40:08 2013 +0000
Revision:
28:689c3880e0e4
Parent:
22:bd98a782fba6
Child:
29:96e28bc1bd99
made function returns error. LED1 and LED2 assigned to toggle by TX and RX

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 22:bd98a782fba6 1 #include "target_table.h"
okano 22:bd98a782fba6 2
okano 22:bd98a782fba6 3
okano 22:bd98a782fba6 4 int write_flash( FILE *fp, target_param *tpp );
okano 22:bd98a782fba6 5 void add_isp_checksum( char *b );
okano 28:689c3880e0e4 6 int post_writing_process( target_param *tpp );
okano 22:bd98a782fba6 7
okano 22:bd98a782fba6 8