Functions
rf.h File Reference

User transmission and receipt of packet information over RF. More...

#include <nrf24l01.h>
#include <packet.h>

Functions

uint8_t rf_send_packet (uint8_t address, uint8_t *data, uint8_t len)
void rf_init ()

Detailed Description

This file allows the user to transmit packets using the nrf24l01 module, as well as retrieve information received over RF


Function Documentation

void rf_init ( )

Initializes RF. Should not be called by user

uint8_t rf_send_packet ( uint8_t  address,
uint8_t *  data,
uint8_t  len 
)

Transmits a packet