defines.h

来自「avr Rtos 255 Task avr Rtos 255 Task」· C头文件 代码 · 共 33 行

H
33
字号
/* This file has been prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
 *
 * \brief
 *      Defines and includes for main.c and LCD_driver.c
 *
 * \par Application note:
 *      AVR065: LCD Driver for the STK502
 *
 * \par Documentation:
 *      For comprehensive code documentation, supported compilers, compiler
 *      settings and supported devices see readme.html
 *
 * \author
 *      Atmel Corporation: http://www.atmel.com \n
 *      Support email: avr@atmel.com
 *
 * $Name: RELEASE_1_1 $
 * $Revision: 1.3 $
 * $RCSfile: defines.h,v $
 * $Date: 2006/02/16 18:14:01 $  \n
 ******************************************************************************/


// Includes
	#define SFR_W_EXT( a, b )
    //#include <iom169.h>
    //#include <mega169.h>

    #define FALSE   0
    #define TRUE    1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?