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:
okini3939
Date:
Thu Mar 08 17:41:29 2012 +0000
Revision:
3:8573b122fa84

        

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