📄 main.hpp
字号:
extern "C"
{
#include"stm32f10x_rcc.h"
#include"stm32f10x_scb.h"
#include"stm32f10x_usart.h"
#include"stm32f10x_gpio.h"
#include"stdio.h"
}
//-----------------------------------------------------------------------------
#define GOTO_RESET 0
#define GOTO_WAIT 1
//-----------------------------------------------------------------------------
unsigned int Reset(void);
unsigned int Wait(void);
//-----------------------------------------------------------------------------
#include"usb.hpp"
#include"stm32f10x_usb.hpp"
#include"stm32f10x_pwm.hpp"
#include"stm32f10x_exti.hpp"
#include"stm32f10x_adc.hpp"
#include"stm32f10x_dma.hpp"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -