📄 config.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -