?? includes.h
字號(hào):
#include <reg51.h>
#ifndef __INCLUDES_H__
#define __INCLUDES_H__
#define uint8 unsigned char
#define uint16 unsigned int
#define uint32 unsigned long
#define print_str UART0_SendStr
#define print_uint32 UART0_SendUint32
#include "UART.H"
#include "AT24CXX.H"
#include "AD9851.h"
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -