📄 includes.h
字号:
#ifndef INCLUDES_PRESENT
#define INCLUDES_PRESENT
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <cpu.h>
#include <lib_def.h>
#include <lib_ascii.h>
#include <lib_math.h>
#include <lib_mem.h>
#include <lib_str.h>
#include <app_cfg.h>
#include <os.h>
#include <stm32f10x.h>
#include <os_app_hooks.h>
#include "usart.h"
#include "led.h"
#include "delay.h"
#include "task.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -