receive function provided by ese350

Dependents:   QuadTrio

Revision:
0:4bfdf497f75e
diff -r 000000000000 -r 4bfdf497f75e receiver.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/receiver.h	Mon Mar 28 21:02:57 2016 +0000
@@ -0,0 +1,8 @@
+/**
+* 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);
\ No newline at end of file