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