matlab_23550/Inu/Src/main/calc_tempers.h
2024-12-27 10:50:32 +03:00

17 lines
250 B
C

/*
* calc_tempers.h
*
* Created on: 4 äåê. 2020 ã.
* 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_ */