Refactor split main.c

This commit is contained in:
Guriy
2026-07-03 18:05:11 +03:00
parent 90abf51075
commit 81106742dd
14 changed files with 1117 additions and 987 deletions

9
Inc/temp_control.h Normal file
View 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 */