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

📄 test.h

📁 LED照明行业地砖及护栏控制器程序 从现况来看
💻 H
字号:
//TEST.h : header file for the TEST project
//

#ifndef _TEST_H_
#define _TEST_H_

#ifndef __AVR_AT90S2313__
#define __AVR_AT90S2313__
#endif

#define __MCU_CLOCK_FREQUENCY__ _8.0000_MHz

#include <io.h>
#include <wdt.h>
#include <sleep.h>
#include <Interrupt.h>
#include <sig-avr.h>
#include <inttypes.h>

/////////////////////////////////////////////////////////////////////////////
//TEST

void io_init(void);

#endif

⌨️ 快捷键说明

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