Contiki 2.6
|
Device driver and packet framing for the RFM-TR1001 radio module. More...
#include "contiki.h"
#include "contiki-esb.h"
#include "dev/tr1001.h"
#include "dev/radio-sensor.h"
#include "lib/gcr.h"
#include "lib/crc16.h"
#include "net/netstack.h"
#include "net/rime/rimestats.h"
#include "isr_compat.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-gcr.c.