Refactor split main.c
This commit is contained in:
9
Inc/temp_control.h
Normal file
9
Inc/temp_control.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __TEMP_CONTROL_H
|
||||
#define __TEMP_CONTROL_H
|
||||
|
||||
#include "main.h"
|
||||
|
||||
uint16_t PID_Controller_Temp(LDx_SetupTypeDef * LDx_curr_setup, LDx_ParamTypeDef * LDx_results, uint8_t num);
|
||||
uint16_t Advanced_Controller_Temp(LDx_SetupTypeDef * LDx_curr_setup, LDx_ParamTypeDef * LDx_results, uint8_t num);
|
||||
|
||||
#endif /* __TEMP_CONTROL_H */
|
||||
Reference in New Issue
Block a user