JNP3_IOT_2018Z / nRF24L01P_v2

Dependents:   JNP3_IOT_6_RADIO_ECHO_FIXED2_2

Revision:
4:d1c0020f1c87
Parent:
1:781a7eef8610
Child:
7:434a1c2ff406
--- a/nRF24L01P.h	Wed Jan 04 10:58:27 2017 +0000
+++ b/nRF24L01P.h	Thu Jan 19 08:56:18 2017 +0000
@@ -181,6 +181,9 @@
     void setTxAddress(unsigned long long address = DEFAULT_NRF24L01P_ADDRESS, int width = DEFAULT_NRF24L01P_ADDRESS_WIDTH);
 
     void setTxAddress(unsigned long msb_address, unsigned long lsb_address, int width);
+    
+    void disablePipeRX(int pipe);
+    void enablePipeRX(int pipe);
 
     /**
      * Get the Receive address.