Files
CHJ/user/Interface/MFC4B6B.tmp

15 lines
533 B
Plaintext
Raw Normal View History

2026-03-20 21:16:58 +08:00
//##############################################################################
#if(ENABLE_4_20MA_OUTPUT)
//##############################################################################
#ifndef __CurrentLoop_h__
#define __CurrentLoop_h__
void CurrentLoopInit(void);
void CurrentLoopLopwerMode(void);
void ComputCurrentLoopAndOutput(void);
#endif
//##############################################################################
#endif
//##############################################################################