Remote control code for https://developer.mbed.org/users/ivo_david_michelle/code/QuadTrio/

Dependencies:   Analog_Joystick Sender mbed

Fork of ESE350-Whack-a-Mole by Eric Berdinis

Revision:
1:698e4ce30e14
Parent:
0:ddc820578cb0
--- a/MRF24J40/MRF24J40.h	Wed Mar 20 19:05:36 2013 +0000
+++ b/MRF24J40/MRF24J40.h	Thu Mar 03 21:39:18 2016 +0000
@@ -141,7 +141,7 @@
      * @param maxLength Maximum amount of data to be placed in the buffer.
      * @param returns The number of bytes written into the buffer.
      */
-    uint8_t Receive(uint8_t *data, uint8_t maxLength);  // Receive data if ready.
+    uint8_t Receive_RSSI(uint8_t *data, uint8_t *rssi, uint8_t maxLength);  // Receive data if ready.
     
      /** Sets the channel of the MRF24J40
      *