Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Committer:
okano
Date:
Fri Sep 13 03:51:14 2013 +0000
Revision:
25:33cb5ad8ae24
Child:
26:a63e73885b21
dividing code into modules

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 25:33cb5ad8ae24 1 #define SOURCE_FILE "/local/bin"
okano 25:33cb5ad8ae24 2
okano 25:33cb5ad8ae24 3 // "ISP_BAUD_RATE" is baud rate for ISP operation
okano 25:33cb5ad8ae24 4
okano 25:33cb5ad8ae24 5 #define ISP_BAUD_RATE 115200
okano 25:33cb5ad8ae24 6 //#define ISP_BAUD_RATE 57600
okano 25:33cb5ad8ae24 7 //#define ISP_BAUD_RATE 9600
okano 25:33cb5ad8ae24 8
okano 25:33cb5ad8ae24 9 // "TARGET_OPERATION_BAUD_RATE" is baud rate for USB-serial bridge operation after
okano 25:33cb5ad8ae24 10 // ISP completion.
okano 25:33cb5ad8ae24 11 // if the target application uses serial(UART) and you use the bridge feature,
okano 25:33cb5ad8ae24 12 // please set this value correctly.
okano 25:33cb5ad8ae24 13
okano 25:33cb5ad8ae24 14 #define TARGET_OPERATION_BAUD_RATE 9600