This commit is contained in:
2026-03-20 21:16:58 +08:00
parent 286ff98b8e
commit 90c3d919df
248 changed files with 94554 additions and 0 deletions

56
user/Interface/PulseDefine.h Executable file
View File

@@ -0,0 +1,56 @@
/****************************************************************************
** pulse.h
**
** Copyright (c) Siargo Ltd. 2020
** All Rights Reserved.
**
** BY HYY
**
** pulse.c<>ĺ궨<C4BA><EAB6A8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
**
**
** <20>ļ<EFBFBD><C4BC><EFBFBD>ʷ
** 2020-04-27 <20><><EFBFBD><EFBFBD>Ԫ<EFBFBD><D4AA><EFBFBD><EFBFBD>
*****************************************************************************/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __PulseDefine_H__
#define __PulseDefine_H__
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
/* <20><EFBFBD><EAB6A8> ----------------------------------------------------------------*/
#define PULSE_0_1ML -4
#define PULSE_1ML -3
#define PULSE_10ML -2
#define PULSE_100ML -1
#define PULSE_1L 0
#define PULSE_10L 1
#define PULSE_100L 2
#define PULSE_1000L 3
#define PULSE_10000L 4
#define PULSE_1ML_VAL 1
#define PULSE_10ML_VAL 10
#define PULSE_100ML_VAL 100
#define PULSE_1L_VAL 1000
#define PULSE_10L_VAL 10000
#define PULSE_100L_VAL 100000
#define PULSE_1000L_VAL 1000000
#ifdef __cplusplus
}
#endif
#endif /*__ pulse_H */
/**
* @}
*/
/**
* @}
*/
/************************ Copyright (c) Siargo Ltd. 2020 *****END OF FILE****/