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.
Fork of NRF2401P by
Diff: NRF2401P.h
- Revision:
- 13:5cbc726f2bbb
- Parent:
- 11:07f76589f00a
- Child:
- 14:976a876819ae
diff -r ea1345de6478 -r 5cbc726f2bbb NRF2401P.h
--- a/NRF2401P.h Sat Jul 11 16:44:50 2015 +0000
+++ b/NRF2401P.h Sat Jul 11 21:20:56 2015 +0000
@@ -117,6 +117,14 @@
bool isAckData();
bool isRxData();
+ /** Is the Received Power Detector (ala carrier detect) register set high?
+ *
+ * @returns
+ * true on received power levels above -64 dBm present in the RF channel.
+ * false received power is less than -64 dBm (could indicate interference, etc).
+ */
+ bool isRPDset();
+
/** Writes message and waits for 10 ms (
*
* @param msg
