Basic services for RF XBee modules

Dependents:   frdm_MasterVehicle

Revision:
0:a2bdcc45d1dc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/xbee.h	Sat Oct 18 13:01:23 2014 +0000
@@ -0,0 +1,15 @@
+#ifndef _XBEE_H_
+#define _XBEE_H_
+
+#include "mbed.h"
+
+extern int XBee_u8TxRq;
+extern char CommandTx[];
+
+/**********************************************************************************
+* Global functions
+***********************************************************************************/
+void XBee_vInit(void);
+void XBee_vMain(void);
+
+#endif
\ No newline at end of file