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

📄 includes.h

📁 <<AVR C语言的应用>>第九章中的例子 用ATmega1280 在IAR Embedded Workbench IDE平台编译连接通过的12个程序
💻 H
字号:
#ifndef INCLUDES_H
#define INCLUDES_H

#include <ioavr.h>
#include <math.h>
#include <stdlib.h>
#include <ina90.h>

///#include "iom16v.h"
#include "board.h"
#include "main.h"
#include "zlg7289.h"
#include "IO.h"
//#include "wdog.h"
#include "INT.h"
#include "time0.h"
#include "time1.h"
#include "time2.h"
#include "UART.h"
#include "AD.h"
#include "EEPROM.h"
#include "control.h"
#include "display.h"
#include "sampl.h"
#include "communicate.h"
#include "crc.h"
#include "freq.h"



#endif

⌨️ 快捷键说明

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