config.h
来自「SD卡的读写」· C头文件 代码 · 共 26 行
H
26 行
#include<iom64.h>
#define flash __flash
#define NOP() __asm("nop")
#define WDR() __asm("WDR")
#define SEI() __asm("SEI")
#define CLI() __asm("CLI")
typedef unsigned char UCHAR;
typedef unsigned int UINT;
typedef unsigned long ULONG;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
typedef unsigned char u8;
typedef unsigned short int u16;
typedef unsigned long u32;
typedef unsigned short int WORD;
//main.c
extern void delay_us(UCHAR cnt);
extern void delay_ms(UCHAR cnt);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?