a

Dependents:   IOT_Sockets

Fork of xbee_api by Wiktor Grajkowski

Revision:
10:61e607fa8621
Parent:
7:8e5855f18ad3
Child:
11:c8737cf52430
--- a/xbee.h	Sun Jan 26 15:00:52 2014 +0000
+++ b/xbee.h	Sun Jan 26 17:19:28 2014 +0000
@@ -17,14 +17,6 @@
  */
 #include "mbed.h"
 
-#define FRAME_SIZE      127
-#define STARTBYTE       0x7E
-#define MAX_DATA_LEN    70
-
-#define TX_STATUS       0x89
-#define TX_REQUEST_64   000
-#define RX_PACKET_64    0x80
-
 /** Xbee interface class for configuring, sending and recieving data using an Xbee */
 class xbee
 {