Contiki 2.6

tr1001.c File Reference

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/me.h"
#include "lib/crc16.h"
#include "net/netstack.h"
#include "net/rime/rimestats.h"
#include "isr_compat.h"
#include <string.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.

Detailed Description

Device driver and packet framing for the RFM-TR1001 radio module.

Author:
Adam Dunkels <adam@sics.se>

This file implements a device driver for the RFM-TR1001 radio tranciever.

Definition in file tr1001.c.