3510test.h
来自「这是一个使用NOKIA 3510I的液晶屏+AVR单片机来制作的电压表」· C头文件 代码 · 共 26 行
H
26 行
//3510test.h : header file for the 3510test project
//
#ifndef _3510TEST_H_
#define _3510TEST_H_
#ifndef __AVR_ATmega8__
#define __AVR_ATmega8__
#endif
#define __MCU_CLOCK_FREQUENCY__ _1.0000_MHz
#include <io.h>
#include <wdt.h>
#include <sleep.h>
#include <Interrupt.h>
#include <sig-avr.h>
#include <inttypes.h>
#include <ctype.h>
/////////////////////////////////////////////////////////////////////////////
//3510test
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?