Added Flush Tx and Rx Buffer to Owen Edwards version of the library.

Dependents:   HexiComm HexiwearAlertSystem Hexi

Fork of nRF24L01P by Owen Edwards

Revision:
1:b3ea38f27b69
Parent:
0:8ae48233b4e4
--- a/nRF24L01P.h	Wed Jan 19 22:59:48 2011 +0000
+++ b/nRF24L01P.h	Wed Oct 05 06:02:50 2016 +0000
@@ -309,6 +309,14 @@
      * @param count number of retransmits before generating an error (1..15)
      */
     void enableAutoRetransmit(int delay, int count);
+    
+    void init(void);
+    
+    uint8_t getRSSI(void);
+    void flushRx(void);
+    void flushTx(void);
+
+
 
 private: