Master_Interface/Core/Inc/Fan_Control.h

17 lines
253 B
C
Raw Normal View History

2022-07-03 17:33:09 +02:00
/*
* Fan_Control.h
*
* Created on: Jun 23, 2022
* Author: max
*/
#ifndef INC_FAN_CONTROL_H_
#define INC_FAN_CONTROL_H_
#include "main.h"
void Temp_Ctrl_Init(TIM_HandleTypeDef* htim);
void Temp_Ctrl_Loop();
#endif /* INC_FAN_CONTROL_H_ */