⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 config.h

📁 《基于MDK的STM32处理器应用开发》例程,本例程包使用STM32 FirmLibrary V1.0
💻 H
字号:
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name          : config.h
* Author             : lhlzjut@hotmail.com, armgcc@foxmail.com
* Date First Issued  : 10/19/2007
* Description        : public header file
********************************************************************************
* History:
* 05/21/2007: V0.3
**------------------------------------------------------------------------------
********************************************************************************/

#ifndef __CONFIG_H
#define __CONFIG_H





#include  <stdio.h>					// 标准C库函数头文件 
#include  <ctype.h>
#include  <stdlib.h>
#include  <setjmp.h>
#include  <rt_misc.h>
#include  <string.h>

#include  "stm32f10x_lib.h" 	// CPU最底层操作库函数所有头文件 

#include "../system/stm32f10x_it.h"




#endif	//CONFIG_H

/********************************************* end of file ********************************************/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -