📄 define._h
字号:
#ifndef __define_h
#define __define_h
typedef unsigned char uint8; // 无符号8位整型变量
typedef signed char int8; // 有符号8位整型变量
typedef unsigned int uint16; // 无符号16位整型变量
typedef signed int int16; // 有符号16位整型变量
typedef unsigned long uint32; // 无符号32位整型变量
typedef signed long int32; // 有符号32位整型变量
#include "D:\new_sd\SD\SD\sdcmd.h"
#include "D:\new_sd\SD\SD\sdcrc.h"
#include "D:\new_sd\SD\SD\sddriver.h"
#include "D:\new_sd\SD\SD\sdhal.h"
#include "D:\new_sd\SD\sdconfig.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -