receive function provided by ese350

Dependents:   QuadTrio

receiver.h

Committer:
ivo_david_michelle
Date:
2016-03-28
Revision:
0:4bfdf497f75e

File content as of revision 0:4bfdf497f75e:

/**
* Receive data from the MRF24J40.
*
* @param mrf, RF tranceiver to link with
* @param data A pointer to a char array to hold the data
* @param maxLength The max amount of data to read.
*/
int rf_receive_rssi(MRF24J40 mrf, char *data, uint8_t *rssi, uint8_t maxLength);