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:
ban4jp
Date:
2014-01-04
Revision:
10:eb70be6ceb6d
Parent:
3:8573b122fa84

File content as of revision 10:eb70be6ceb6d:

//#define DEBUG

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