00001 #ifndef NRF24LE1_H_ 00002 #define NRF24LE1_H_ 00003 00004 #ifdef __ICC8051__ 00005 #include <ionRF24LE1.h> 00006 #include <bit24le1.h> 00007 #endif /*ICC8051*/ 00008 00009 #ifdef __C51__ 00010 #include <Nordic\reg24le1.h> 00011 #endif /*__C51__*/ 00012 00013 #include "isrdef24le1.h" 00014 #include "memdefs.h" 00015 00016 #endif /*NRF24LE1_H_*/