Maniacbug's nRF24L01 arduino library ported to mbed. Functional with minor issues.

Fork of nRF24L01P_Maniacbug by Christiaan M

Revision:
8:ea2d2e86df4f
Parent:
7:8858f26d373f
--- a/nRF24L01P_Maniacbug.h	Fri Oct 03 04:39:21 2014 +0000
+++ b/nRF24L01P_Maniacbug.h	Thu Jan 01 11:56:44 2015 +0000
@@ -110,7 +110,7 @@
 #define FLUSH_TX      0xE1
 #define FLUSH_RX      0xE2
 #define REUSE_TX_PL   0xE3
-#define NOP           0xFF
+#define RF_NOP           0xFF
 
 /* Non-P omissions */
 #define LNA_HCURR   0
@@ -124,8 +124,8 @@
 #define RF_PWR_LOW  1
 #define RF_PWR_HIGH 2
 
-#define HIGH        1
-#define LOW         0
+#define RF_HIGH        1
+#define RF_LOW         0
 #define _BV(n) (1 << n)
 
 /*