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:
- 1:781a7eef8610
- Parent:
- 0:8ae48233b4e4
- Child:
- 4:d1c0020f1c87
diff -r 8ae48233b4e4 -r 781a7eef8610 nRF24L01P.h
--- a/nRF24L01P.h	Wed Jan 19 22:59:48 2011 +0000
+++ b/nRF24L01P.h	Tue Nov 15 15:47:58 2016 +0000
@@ -219,6 +219,13 @@
      * @return true if the received power exceeded -64dBm
      */
     bool getRPD(void);
+    
+    /**
+     * Get the ARC_CNT register value
+     *
+     * @return number of retransmissions
+     */
+    int getRetrCount(void);
 
     /**
      * Put the nRF24L01+ into Receive mode
    