Add to 11U68 11E68

Dependencies:   DirectoryList 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:
26:a63e73885b21
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 21:e149d0bdbf4a 1
okano 21:e149d0bdbf4a 2 #pragma diag_suppress 1293 // surpressing a warning message of "assignment in condition" ;)
okano 21:e149d0bdbf4a 3
okano 28:689c3880e0e4 4 void toggle_led( char v );
okano 22:bd98a782fba6 5
okano 26:a63e73885b21 6 extern int error_state;
okano 22:bd98a782fba6 7