detect.h
来自「低价位瑞萨单片机的水表程序」· C头文件 代码 · 共 24 行
H
24 行
/************************************************************************/
/* Renesas System Solutions (Beijing) Co., LTD. */
/* All rights reserved. */
/* */
/* File Name : Detect.h */
/* Description : */
/* */
/* Current Version : 1.0 */
/* Designer : Feng Jun */
/* Start Date : 2006-11-3 */
/* Complete Date : 2006-11-22 */
/* */
/* Lastest Version : */
/* Designer : */
/* Start Date : */
/* Complete Date : */
/************************************************************************/
extern void CheckTypePower(void); /* Check the type of power on, and detect the flux */
extern void DetectFlux(void); /* Wait for 3s, detect flux and control the valve */
extern void TimerAStart(void);
extern void TimerAStop(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?