config.h

来自「sd卡驱动程序来源于菲斯卡尔官方网站‘ 8位单片机」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef __Config__
#define __Config__


/****** User Defines ****************/
#define DATA_SAMPLES    50     /* How many samples will read before store the buffer 
                               in the SD Card */
                             
#define SAMPLE_TIME_05_SEG      /* SAMPLE_TIME_05_SEG Sampling Interval 0.5 seg*/
                                /* SAMPLE_TIME_1_SEG Sampling Interval 1 seg*/
                                /* SAMPLE_TIME_2_SEG Sampling Interval 2 seg*/
                                /* SAMPLE_TIME_3_SEG Sampling Interval 3 seg*/
                                /* SAMPLE_TIME_6_SEG Sampling Interval 6 seg*/
                               

#define FILE_NAME   "LOG.TXT"  /* LOG file name (Previously created)*/                                                              


/******* Please Do not Modify ********/
#define SAMPLES_WRITE   DATA_SAMPLES *2


#endif /* __Config__ */

⌨️ 快捷键说明

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