RADIO nRF24L01

Files at this revision

API Documentation at this revision

Comitter:
vermaelen
Date:
Fri May 13 15:54:07 2022 +0000
Parent:
0:8d55f1f49a33
Commit message:
V1;

Changed in this revision

nRF24L01P.h Show annotated file Show diff for this revision Revisions of this file
--- a/nRF24L01P.h	Thu Apr 21 23:14:43 2011 +0000
+++ b/nRF24L01P.h	Fri May 13 15:54:07 2022 +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) 0xE7E7E7E7EE )
+#define DEFAULT_NRF24L01P_ADDRESS       ((unsigned long long) 0xA5A57E7E7EE )
 #define DEFAULT_NRF24L01P_ADDRESS_WIDTH  5
 #define DEFAULT_NRF24L01P_CRC            NRF24L01P_CRC_16_BIT
 #define DEFAULT_NRF24L01P_RF_FREQUENCY  (NRF24L01P_MIN_RF_FREQUENCY + 2 )