nRF24L01 driver

Dependents:   Nucleo_IOT1 wireless

Files at this revision

API Documentation at this revision

Comitter:
ianmcc
Date:
Sat Aug 27 16:18:01 2016 +0000
Parent:
1:cd113026825f
Child:
3:39e8335cce5d
Commit message:
removed unused function in header

Changed in this revision

nRF24L01P.h Show annotated file Show diff for this revision Revisions of this file
--- 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();