RADIO nRF24L01

Fork of nRF24L01P by Pablo Rodriguez

Revision:
1:d6b43a63580a
Parent:
0:8d55f1f49a33
--- a/nRF24L01P.h	Thu Apr 21 23:14:43 2011 +0000
+++ b/nRF24L01P.h	Mon Jul 04 01:41:56 2016 +0000
@@ -178,7 +178,7 @@
      * Note that the address width is shared with the Receive pipes,
      *  so a change to that address width affect transmissions.
      */
-    void setTxAddress(unsigned long long address = DEFAULT_NRF24L01P_ADDRESS, int width = DEFAULT_NRF24L01P_ADDRESS_WIDTH);
+    void setTxAddress(unsigned long long address , int width );
 
     void setTxAddress(unsigned long msb_address, unsigned long lsb_address, int width);