receive function provided by ese350

Dependents:   QuadTrio

Committer:
ivo_david_michelle
Date:
Mon Mar 28 21:02:57 2016 +0000
Revision:
0:4bfdf497f75e
merging trees

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ivo_david_michelle 0:4bfdf497f75e 1 /**
ivo_david_michelle 0:4bfdf497f75e 2 * Receive data from the MRF24J40.
ivo_david_michelle 0:4bfdf497f75e 3 *
ivo_david_michelle 0:4bfdf497f75e 4 * @param mrf, RF tranceiver to link with
ivo_david_michelle 0:4bfdf497f75e 5 * @param data A pointer to a char array to hold the data
ivo_david_michelle 0:4bfdf497f75e 6 * @param maxLength The max amount of data to read.
ivo_david_michelle 0:4bfdf497f75e 7 */
ivo_david_michelle 0:4bfdf497f75e 8 int rf_receive_rssi(MRF24J40 mrf, char *data, uint8_t *rssi, uint8_t maxLength);