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: JNP3_IOT_6_RADIO_ECHO_FIXED nRF24L01P_NET_GW nRF24L01P_NET_SENSOR Kubus ... more
Fork of nRF24L01P by
Diff: nRF24L01P.h
- 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.
