?? config.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 + -