微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > STM32 之 LED

STM32 之 LED

时间:12-03 来源:互联网 点击:

(3)includes.h

C语言:Codee#14362

#ifndef INCLUDES
#define INCLUDES 1

//==============================================================================
// ★★☆☆★★ 包含文件 ★★☆☆★★
//==============================================================================
#include "stm32f10x_lib.h"
#include "stm32f10x_type.h"
#include "stm32f10x_it.h"

//==============================================================================
// ★★☆☆★★ 全局变量 ★★☆☆★★
//==============================================================================

//==============================================================================
// ★★☆☆★★ 调用函数 ★★☆☆★★
//==============================================================================
//##### 时钟部分 #############################################################
voidRCC_Configuration(void);//配置系统时钟
voidNVIC_Configuration(void);//配置 NVIC 和 Vector Table

//##### I/O部分 ##############################################################
voidGPIO_Configuration(void);//配置使用的GPIO口

//##### 其他常用函数 #########################################################
voiddelay(void);

#endif


上一篇:STM8S外部晶振使能
下一篇:STM32 之 ADC_DMA

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top