Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 13 03:41:11 2013 +0000
Revision:
23:017f306cf3ca
Child:
26:a63e73885b21
dividing code into modules

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 23:017f306cf3ca 1
okano 23:017f306cf3ca 2 #include "target_table.h"
okano 23:017f306cf3ca 3
okano 23:017f306cf3ca 4
okano 23:017f306cf3ca 5 #define ENTER_TO_ISP_MODE 0
okano 23:017f306cf3ca 6 #define NO_ISP_MODE 1
okano 23:017f306cf3ca 7
okano 23:017f306cf3ca 8
okano 23:017f306cf3ca 9 target_param *open_target( int baud_date );
okano 23:017f306cf3ca 10 void reset_target( int isp_pin_state );