matlab_23550/Inu/Src2/551/main/temper_p_tools.h

23 lines
401 B
C
Raw Normal View History

/*
* temper_p_tools.h
*
* Created on: 13 <EFBFBD><EFBFBD><EFBFBD><EFBFBD>. 2024 <EFBFBD>.
* Author: Evgeniy_Sokolov
*/
#ifndef SRC_MAIN_TEMPER_P_TOOLS_H_
#define SRC_MAIN_TEMPER_P_TOOLS_H_
#define TEMPER_NAGREF_ON_1 120
#define TEMPER_NAGREF_ON_2 200
#define TEMPER_NAGREF_OFF_1 170
#define TEMPER_NAGREF_OFF_2 250
void nagrev_auto_on_off(void);
void calc_p_water_edrk(void);
#endif /* SRC_MAIN_TEMPER_P_TOOLS_H_ */