#ifndef XBEE_H #define XBEE_H #include void xbee_send(uint16_t type, int len, const uint8_t* buf); #endif