server/client

Dependencies:   mbed NetServicesMin

Committer:
recotana
Date:
Thu Feb 23 02:38:05 2012 +0000
Revision:
1:6e61ee662fd3
added standalone test mode

Who changed what in which revision?

UserRevisionLine numberNew contents of line
recotana 1:6e61ee662fd3 1 #ifndef _LEDS_
recotana 1:6e61ee662fd3 2 #define _LEDS_
recotana 1:6e61ee662fd3 3
recotana 1:6e61ee662fd3 4 #define kLedOnTime 0.2
recotana 1:6e61ee662fd3 5
recotana 1:6e61ee662fd3 6 void ledEther(void);
recotana 1:6e61ee662fd3 7 void ledXBee(void);
recotana 1:6e61ee662fd3 8 void ledDevice(void);
recotana 1:6e61ee662fd3 9 void ledTcpConnect(bool isConnect);
recotana 1:6e61ee662fd3 10
recotana 1:6e61ee662fd3 11 #endif