A library allowing basic functions of the XBEE pro to be used. Currently supported are: Enter/exit config mode, reading device serial number, setting encryption key, writing settings to non volatile memory and sending data strings.

Dependents:   IOT_sensor_nfc Xbee_Hello_world Xbee_Hello_world_A Xbee_Hello_World_B ... more

Revision:
5:714651141a83
Parent:
4:ede20c047d8b
Child:
6:6455a079bdb3
--- a/xbee.h	Wed Aug 29 14:34:53 2012 +0000
+++ b/xbee.h	Fri Aug 31 15:46:34 2012 +0000
@@ -45,7 +45,7 @@
       * @param key Pointer to the network key to set.
       * @return Returns 1 on success.
       */
-    int SetKey(int*);
+    int SetKey(char*);
     /** Sets the id of the PAN network for the Xbee to use
       * @param pan_id The id of the PAN for the Xbee to use.
       * @return Returns 1 on success.