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

Fork of xbee_lib by Tristan Hughes

Revision:
27:a38b67f5be8f
Parent:
26:2a85af491d92
Child:
28:c724a8921f01
--- a/telegesis.h	Sun Dec 22 14:46:40 2013 +0000
+++ b/telegesis.h	Fri Jan 10 16:30:36 2014 +0000
@@ -127,7 +127,10 @@
       * Indicator on that we have got a ack on a packet
       */
    uint8_t PacketAck;
-     
+   /*Wait for ok from radio
+   */
+   bool wait4OK();     
+   
    int channel, NodeID, EPID,framesize, PanOnline;
    char NetNodeID[17]; //a remote node
    char NetInfo; //indication that network info is ready
@@ -163,7 +166,6 @@
     // buffer for incoming RX packets.  holds only the api specific frame data, starting after the api id byte and prior to checksum
 
     Serial _zbee;
-    bool wait4OK();
     bool wait4Offline();
     bool wait4JPAN();
     bool wait4str(char *p);