tranfer software

Dependents:   nRF24L01P_Hello_World

Fork of nRF24L01P by Owen Edwards

Revision:
1:72853d23ec4f
Parent:
0:8ae48233b4e4
--- a/nRF24L01P.h	Wed Jan 19 22:59:48 2011 +0000
+++ b/nRF24L01P.h	Tue Dec 22 12:34:14 2015 +0000
@@ -70,7 +70,7 @@
 * Default setup for the nRF24L01+, based on the Sparkfun "Nordic Serial Interface Board"
 *  for evaluation (http://www.sparkfun.com/products/9019)
 */
-#define DEFAULT_NRF24L01P_ADDRESS       ((unsigned long long) 0xE7E7E7E7E7 )
+#define DEFAULT_NRF24L01P_ADDRESS       ((unsigned long long) 0xE7E7E7E7E )
 #define DEFAULT_NRF24L01P_ADDRESS_WIDTH  5
 #define DEFAULT_NRF24L01P_CRC            NRF24L01P_CRC_8_BIT
 #define DEFAULT_NRF24L01P_RF_FREQUENCY  (NRF24L01P_MIN_RF_FREQUENCY + 2)