/* * temperatureRegulation.h * * Created on: Apr 16, 2023 * Author: Flax */ #ifndef INC_TEMPERATUREREGULATION_H_ #define INC_TEMPERATUREREGULATION_H_ // =============== // Shared includes // =============== // ================ // Shared constants // ================ // =========================== // Shared functions prototypes // =========================== extern void REGInit (void); extern void REGStart (void); extern void REGStop (void); extern void REGCyclicTask (void); #endif /* INC_TEMPERATUREREGULATION_H_ */