Device driver and packet framing for the RFM-TR1001 radio module. More...
#include "contiki-esb.h"#include "dev/tr1001.h"#include "dev/radio-sensor.h"#include "lib/me.h"#include "lib/crc16.h"#include "net/netstack.h"#include "net/rime/rimestats.h"#include <io.h>#include <signal.h>#include <string.h>#include "dev/beep.h"Go to the source code of this file.
| Functions | |
| void | tr1001_set_txpower (unsigned char p) | 
| Set the transmission power of the transceiver. | |
| int | tr1001_init (void) | 
| Initialize the radio transceiver. | |
| Variables | |
| struct radio_driver | tr1001_driver | 
| Radio driver for TR1001. | |
Device driver and packet framing for the RFM-TR1001 radio module.
This file implements a device driver for the RFM-TR1001 radio tranciever.
Definition in file tr1001.c.
 1.6.1
 1.6.1