includes._h

来自「LCD菜单的仿真及程序AVR_T6963.rar」· _H 代码 · 共 11 行

_H
11
字号
#ifndef INCLUDES_H
#define INCLUDES_H
#ifdef T6963_C
#include "dot.h"
#endif
#include "t6963.h"
#include <iom16v.h>  
//#include <macros.h>
#include <stdlib.h>
#include <stdio.h>
#endif

⌨️ 快捷键说明

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