15 lines
533 B
Plaintext
Executable File
15 lines
533 B
Plaintext
Executable File
//##############################################################################
|
|
#if(ENABLE_4_20MA_OUTPUT)
|
|
//##############################################################################
|
|
|
|
#ifndef __CurrentLoop_h__
|
|
#define __CurrentLoop_h__
|
|
|
|
void CurrentLoopInit(void);
|
|
void CurrentLoopLopwerMode(void);
|
|
void ComputCurrentLoopAndOutput(void);
|
|
#endif
|
|
|
|
//##############################################################################
|
|
#endif
|
|
//############################################################################## |