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:
6:3873db4a0164
Parent:
3:3c3707b0f5cd
Child:
7:3cb67634fa4e
--- a/xbee900hp.h	Thu Apr 30 14:02:35 2015 +0000
+++ b/xbee900hp.h	Thu Apr 30 17:01:46 2015 +0000
@@ -46,6 +46,11 @@
     int readPacket(char* data);
     
     /**
+    * Clear output buffer
+    */
+    void clearBuff();
+    
+    /**
     * Check ATTN signal
     */
     int attn();