includes.h

来自「手机液晶3310驱动程序的中文说明」· C头文件 代码 · 共 50 行

H
50
字号
/********************************************************************************************************
* 文 件 名 : includes.h
* 程 序 员 : (CaiJie) hnclcj@gmail.com
*                             (c) Copyright 2006-2006, CaiJie
*                                所有版权保留 2006-2006
*                                  All Rights Reserved
* 创建日期 : 2006-07-28
* 说    明 :
* 修改日期 :
* 修改版本 :
********************************************************************************************************/




#ifndef _INCLUDES_H_
#define _INCLUDES_H_



#include <math.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <stdlib.h>
#include <setjmp.h>
#include <inttypes.h>

#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/sleep.h>
#include <avr/eeprom.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <compat/deprecated.h>

#include "main.h"
#include "CPU.H"
#include "lcd.h"




#endif
/********************************************************************************************************
*                                        End Of File
********************************************************************************************************/

⌨️ 快捷键说明

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