1 2 3 4 5 6 7 8
#ifndef XBEE_H #define XBEE_H #include <stdint.h> void xbee_send(uint16_t type, int len, const uint8_t* buf); #endif