テストモード追加、LED有効化 left -> SerialRX, Data Recieve Complete , Serial Tx , Light Tx

Dependencies:   XBee mbed NetServicesMin

Committer:
recotana
Date:
Wed Apr 18 07:52:46 2012 +0000
Revision:
2:dec6319cf02c
Parent:
1:36eb173eb52b

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
recotana 0:42adca80439c 1 #ifndef _LEDS_
recotana 0:42adca80439c 2 #define _LEDS_
recotana 0:42adca80439c 3
recotana 1:36eb173eb52b 4 #define kLedOnTime 0.05
recotana 0:42adca80439c 5
recotana 1:36eb173eb52b 6 void ledSerialRx(void);
recotana 1:36eb173eb52b 7 void ledSerialDataCmp(void);
recotana 1:36eb173eb52b 8 void ledSerialTx(void);
recotana 1:36eb173eb52b 9 void ledLightTx(void);
recotana 0:42adca80439c 10
recotana 1:36eb173eb52b 11 void startLed(void);
recotana 1:36eb173eb52b 12
recotana 0:42adca80439c 13
recotana 0:42adca80439c 14 #endif