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

dbg.h

Committer:
okini3939
Date:
2012-03-08
Revision:
3:8573b122fa84

File content as of revision 3:8573b122fa84:

//#define DEBUG

#ifdef DEBUG 
#define DBG(...) printf("" __VA_ARGS__) 
#else 
#define DBG(...) 
#endif