nRF24L01 driver

Dependents:   Nucleo_IOT1 wireless

Revision:
2:75a1c2139f17
Parent:
0:7313e63394c3
Child:
4:8f612189af31
--- a/nRF24L01P.h	Sat Feb 01 11:07:08 2014 +0000
+++ b/nRF24L01P.h	Sat Aug 27 16:18:01 2016 +0000
@@ -183,9 +183,6 @@
       // DEFAULT: Enabled on all pipes
       void set_auto_acknowledge(int Pipe, bool Enable);
       
-      // Enable or disable RX addresses on the given pipe
-      void enable_receive_pipe(int Pipe, bool Enable);
-
       // returns the pipe number for the payload available on the rx pipe, or -1 if the rx fifo is empty
       int which_rx_pipe();