Xbee API library with support SPI connection. (use only SPI supported model. see also http://www.digi.com/support/kbase/kbaseresultdetl?id=3362 )

Dependents:   XBeeWiFi_SPI_example

Fork of XBee by Suga koubou

Revision:
9:e32c2e5390d3
Parent:
8:dd519c8ac6f7
Child:
10:eb70be6ceb6d
--- a/XBee_conf.h_example.txt	Tue Dec 31 05:31:24 2013 +0000
+++ b/XBee_conf.h_example.txt	Fri Jan 03 03:33:03 2014 +0000
@@ -1,7 +1,12 @@
 #ifndef XBee_conf_h
 #define XBee_conf_h
 
+//#define XBEE_USE_UART
+#define XBEE_USE_SPI
+
 //#define ENABLE_XBEE_WIFI
 
+//#define USE_WIFIDNS
+
 #endif