matlab_23550/Inu/Src/main/calc_tempers.h

17 lines
250 B
C
Raw Normal View History

2024-12-27 10:50:32 +03:00
/*
* calc_tempers.h
*
* Created on: 4 <EFBFBD><EFBFBD><EFBFBD>. 2020 <EFBFBD>.
* Author: star
*/
#ifndef SRC_MAIN_CALC_TEMPERS_H_
#define SRC_MAIN_CALC_TEMPERS_H_
void calc_temper_acdrive(void);
void calc_temper_edrk(void);
#endif /* SRC_MAIN_CALC_TEMPERS_H_ */