www.pudn.com > cc03-demo-spi-0_0_1.rar > config.h


/*H************************************************************************** 
* NAME:         config.h          
*---------------------------------------------------------------------------- 
* Copyright (c) 2003 Atmel. 
*---------------------------------------------------------------------------- 
* RELEASE:      cc03-demo-spi-0_0_1       
* REVISION:     1.1.1.1      
*---------------------------------------------------------------------------- 
* PURPOSE:  
* Configuration file. Selection of the device. 
*****************************************************************************/ 
#ifndef _CONFIG_H_ 
#define _CONFIG_H_ 
 
/*_____ I N C L U D E S ____________________________________________________*/ 
#include "lib_mcu/compiler.h" 
#include "lib_mcu/at89c51cc03.h" 
#include "lib_mcu/at89c51cc03_drv.h" 
 
/*_____ M A C R O S ________________________________________________________*/ 
 
 
/*_____ D E F I N I T I O N ________________________________________________*/ 
 
 
/*_____ D E C L A R A T I O N S ____________________________________________*/ 
 
#endif  /* CONFIG_H */