pulse_count.h
来自「CODE for embedded C ,hand coding version」· C头文件 代码 · 共 15 行
H
15 行
/*----------------------------------------------------------------*-
Pulse_Count.H (v1.00)
------------------------------------------------------------------
See Pulse_Count.C for details
-*--------------------------------------------------------------*/
#ifndef _PULSE_COUNT_H
#define _PULSE_COUNT_H
//-----------Public function prototype ---------------------------------
void PULSE_COUNT_Check_Below_Threshold(const tByte);
void PULSE_COUNT_Init(void );
void PULSE_COUNT_Check_Below_Threshold(const tByte THRESHOLD);
void PULSE_COUNT_Update(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?