📄 include.h
字号:
#if !defined( _INCLUDE_H )
#define _INCLUDE_H
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <RTL.h>
#include <stm32f10x_lib.h>
#include "stm32f10x_map.h"
#include "myuse.h"
#include "globals.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -