This is an experimental driver for the XBee 900 HP pro module's SPI connection. This driver is unfinished and stability is not guaranteed. Use with caution.

Dependents:   Sentinel_BASE Sentinel_NODE

Revision:
3:3c3707b0f5cd
Parent:
2:7f4ddf710a44
Child:
6:3873db4a0164
--- a/xbee900hp.h	Thu Apr 23 17:09:28 2015 +0000
+++ b/xbee900hp.h	Wed Apr 29 23:25:43 2015 +0000
@@ -36,6 +36,11 @@
     void writeSetting(char command[2], unsigned int value);
     
     /**
+    * Get serial number of xbee module
+    */
+    int getSerial(char* serialnumber);
+    
+    /**
     * Wait for and read incoming data packet
     */
     int readPacket(char* data);