基础版本
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
#ifndef __config_H
|
||||
#define __config_H
|
||||
|
||||
/**********************************************************************************************************
|
||||
应用程序配置
|
||||
Application Program Configurations
|
||||
***********************************************************************************************************/
|
||||
//#define EXHIBIT ///展览定义此行
|
||||
|
||||
|
||||
/*********************************************************************************************************
|
||||
引用系统头文件
|
||||
*********************************************************************************************************/
|
||||
//#include <absacc.h>
|
||||
#include "stm32f4xx_conf.h" //STM32所有头文件
|
||||
#include "string.h"
|
||||
#include "stdlib.h"
|
||||
#include "stdint.h"
|
||||
/*------------------------------------------------------------------------------------------------------*/
|
||||
//用户文件头文件
|
||||
|
||||
#include "time_count.h"
|
||||
|
||||
#include "math.h"
|
||||
#include "CH376INC.h"
|
||||
#include "FILE_SYS.h"
|
||||
#include "GPS.h"
|
||||
#include "Pluse_Putout.h"
|
||||
#include "Pluse_InPut.h"
|
||||
#include "TXH.h"
|
||||
#include "POS_Connect.h"
|
||||
#include "AT45DB.h"
|
||||
#include "DS1307.h"
|
||||
#include "MD_Connect.h"
|
||||
#include "Multiplex_Port.h"
|
||||
#include "FRam.h"
|
||||
#include "Analog.h"
|
||||
#include "Log.h"
|
||||
#include "oled.h"
|
||||
#include "Printf.h"
|
||||
#include "Surface.h"
|
||||
#include "delay.h"
|
||||
#endif
|
||||
|
||||
/************************Multiplex_Port*********************************************************************************Analog
|
||||
END FILE
|
||||
*********************************************************************************************************/
|
||||
Reference in New Issue
Block a user