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:
8:dd519c8ac6f7
Parent:
6:6f84e2840408
Child:
9:e32c2e5390d3
--- a/XBeeWiFi.cpp	Wed Dec 18 02:32:33 2013 +0000
+++ b/XBeeWiFi.cpp	Tue Dec 31 05:31:24 2013 +0000
@@ -312,7 +312,7 @@
 }
 
 #ifdef USE_WIFIDNS
-int XBeeWiFi::setNameserver (IpAddr &nameserver, int port = DNS_PORT) {
+int XBeeWiFi::setNameserver (IpAddr &nameserver, int port) {
     _nameserver = nameserver;
     _nameport = port;
     return 0;