Basic services for RF XBee modules

Dependents:   frdm_MasterVehicle

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers xbee.h Source File

xbee.h

00001 #ifndef _XBEE_H_
00002 #define _XBEE_H_
00003 
00004 #include "mbed.h"
00005 
00006 extern int XBee_u8TxRq;
00007 extern char CommandTx[];
00008 
00009 /**********************************************************************************
00010 * Global functions
00011 ***********************************************************************************/
00012 void XBee_vInit(void);
00013 void XBee_vMain(void);
00014 
00015 #endif