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:
- 7:434a1c2ff406
- Parent:
- 4:d1c0020f1c87
- Child:
- 8:f8621be17645
--- a/nRF24L01P.h Mon Nov 06 08:43:40 2017 +0000
+++ b/nRF24L01P.h Sun Nov 12 18:53:35 2017 +0000
@@ -319,7 +319,10 @@
* @param count number of retransmits before generating an error (1..15)
*/
void enableAutoRetransmit(int delay, int count);
-
+
+ void flushRx(void);
+ void flushTx(void);
+ uint8_t getRSSI(void);
private:
/**
