nakagawa kit emurator (add CR) BaudRate 115200,p20

Dependencies:   mbed NetServicesMin

common/leds.h

Committer:
recotana
Date:
2012-04-17
Revision:
4:9daa308155d6
Parent:
0:e5342390978b

File content as of revision 4:9daa308155d6:

#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