Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_IOT1 wireless
Revision 2:75a1c2139f17, committed 2016-08-27
- 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();