⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 includes.h

📁 手机液晶3310驱动程序的中文说明
💻 H
字号:
/********************************************************************************************************
* 文 件 名 : 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -