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

Committer:
ban4jp
Date:
Sat Jan 04 15:34:59 2014 +0000
Revision:
10:eb70be6ceb6d
Parent:
3:8573b122fa84
Fixed #define USE_XBEE_SPI

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okini3939 3:8573b122fa84 1 //#define DEBUG
okini3939 3:8573b122fa84 2
okini3939 3:8573b122fa84 3 #ifdef DEBUG
okini3939 3:8573b122fa84 4 #define DBG(...) printf("" __VA_ARGS__)
okini3939 3:8573b122fa84 5 #else
okini3939 3:8573b122fa84 6 #define DBG(...)
okini3939 3:8573b122fa84 7 #endif