
/* select the type of MCU you intend to use */
/* uncomment only one of the following #define's */
/* Note: If your MCU type is not shown in this selection list */
/* then see the user documentation as to how to add your type */
/* to this project. */

// #define SILABS_C8051F02x
// #define ATMEL_AT82S5x
#define NXP_P89V51RD2
// #define DALLAS_DS80C40x

#ifdef  SILABS_C8051F02x
#include SILABS_C8051F02x.h
#endif

#ifdef ATMEL_AT82S5x 
#include ATMEL_AT82S5x.h 
#endif

#ifdef NXP_P89V51RD2 
#include NXP_P89V51RD2.h
#endif

#ifdef DALLAS_DS80C40x
#include DALLAS_DS80C40x.h
#endif
