config.h
来自「基于STM32的MP3播放器设计与实现 MDK完整源码 原文 http://」· C头文件 代码 · 共 37 行
H
37 行
/******************** (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 + =
减小字号Ctrl + -
显示快捷键?