includes.h

来自「T6963液晶屏操作演示程序」· C头文件 代码 · 共 11 行

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

⌨️ 快捷键说明

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