00001 #ifndef NRF24LU1P_H 00002 #define NRF24LU1P_H 00003 00004 #ifdef __ICC8051__ 00005 #include <ionRF24LU1p.h> 00006 #include <bit24lu1.h> 00007 #endif /*__ICC8051__*/ 00008 00009 #ifdef __C51__ 00010 #include <Nordic\reg24lu1.h> 00011 #endif /*__C51__*/ 00012 00013 #include "isrdef24lu1p.h" 00014 #include "memdefs.h" 00015 00016 #endif