changed pins to PE_

Fork of nRF24L01P by Owen Edwards

Files at this revision

API Documentation at this revision

Comitter:
Cemohney
Date:
Thu Apr 26 19:53:28 2018 +0000
Parent:
1:9585c613412e
Commit message:
final

Changed in this revision

main2.cpp Show annotated file Show diff for this revision Revisions of this file
nRF24L01P.h Show annotated file Show diff for this revision Revisions of this file
diff -r 9585c613412e -r c81922399b92 main2.cpp
diff -r 9585c613412e -r c81922399b92 nRF24L01P.h
--- a/nRF24L01P.h	Tue Apr 17 21:24:37 2018 +0000
+++ b/nRF24L01P.h	Thu Apr 26 19:53:28 2018 +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) 0xE8E8E8E8E8 )
+#define DEFAULT_NRF24L01P_ADDRESS       ((unsigned long long) 0xE7E7E7E7E7 )
 #define DEFAULT_NRF24L01P_ADDRESS_WIDTH  5
 #define DEFAULT_NRF24L01P_CRC            NRF24L01P_CRC_8_BIT
 #define DEFAULT_NRF24L01P_RF_FREQUENCY  (NRF24L01P_MIN_RF_FREQUENCY + 2)