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

Fork of xbee_lib by Tristan Hughes

Revision:
34:1b57f1110d59
Parent:
33:101f953225a6
--- a/telegesis.h	Sun Feb 22 10:08:09 2015 +0000
+++ b/telegesis.h	Thu Mar 05 20:46:05 2015 +0000
@@ -68,6 +68,8 @@
       * @param key Pointer to the network key to set.
       * @return Returns 1 on success.
       */
+    bool ReadReg(char *Reg);  
+    char RegData[50];
     int SetKey(char*);
 
     /** Recieves data sent to the xbee.
@@ -82,6 +84,7 @@
     /** Sends a ping to Coo or any other adresse   
       *  
       */
+    int SetOutputLevel();  
     int PingOut();
     /** Scan the Pan for nodes   
       */