36 #include "contiki-net.h"
39 #include "contiki-conf.h"
66 #define TR1001_19200 1
67 #define TR1001_38400 2
68 #define TR1001_57600 3
69 #define TR1001_115200 4
90 #define TR1001_TXPOWER_HIGHEST 100
95 #define TR1001_TXPOWER_LOWEST 1
109 int tr1001_send(
const void *packet,
unsigned short len);
124 int tr1001_read(
void *buf,
unsigned short bufsize);
126 extern unsigned char tr1001_rxbuf[];
127 extern volatile unsigned char tr1001_rxstate;