XBee-mbed library Forked from http://mbed.org/users/okini3939/notebook/xbee-mbed/

Fork of XBee by Suga koubou

Committer:
johnb
Date:
Wed Jan 08 23:43:40 2014 +0000
Revision:
9:9d8397c69167
Parent:
3:8573b122fa84
Merge David Dollar's changes - http://mbed.org/users/ddollar/code/XBee/rev/73d051b01344

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