nakagawa kit emurator (add CR) BaudRate 115200,p20

Dependencies:   mbed NetServicesMin

Revision:
0:e5342390978b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/common/leds.h	Thu Mar 22 14:35:48 2012 +0000
@@ -0,0 +1,14 @@
+#ifndef _LEDS_
+#define _LEDS_
+
+#define kLedOnTime 0.2
+
+void ledEther(void);
+void ledXBee(void);
+void ledDevice(void);
+void ledTcpConnect(bool isConnect);
+
+void offDevice(void);
+void onLedDevice(void);
+
+#endif
\ No newline at end of file