summaryrefslogtreecommitdiff
path: root/drivers/xbee.h
blob: 59cf0cb2ad8fd44d64c7dbf9fab2602e5922b3ec (plain)
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