A libery to connect to telegesis zigbee module. Bassed on implemtation of XBEE

Fork of xbee_lib by Tristan Hughes

Revision:
19:78f44233a12f
Parent:
18:10fcddf238c9
Child:
20:070dc2050052
--- a/telegesis.h	Fri Oct 18 16:49:02 2013 +0000
+++ b/telegesis.h	Fri Oct 18 17:42:24 2013 +0000
@@ -148,13 +148,13 @@
      * Non blocking check og data. To be used in NON IRQ mode
      */
     void Work();
-
+    char _responseFrameString[MAX_FRAME_DATA_SIZE];
 private:
     uint8_t b;
     int SeqNumber;
     uint8_t GotFrame; //indicate that a frame has been recieved
     // buffer for incoming RX packets.  holds only the api specific frame data, starting after the api id byte and prior to checksum
-    char _responseFrameString[MAX_FRAME_DATA_SIZE];
+
     Serial _zbee;
     bool wait4OK();
 };