Changeset 107 for ctrl/firmware/Main/SES/Core/Src
- Timestamp:
- Mar 5, 2025, 10:27:57 AM (2 months ago)
- Location:
- ctrl/firmware/Main/SES/Core/Src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ctrl/firmware/Main/SES/Core/Src/fan_task.cpp
r106 r107 25 25 26 26 uint32_t min_pulse = __HAL_TIM_GET_COMPARE(&FAN_PWM_TIMER_HANDLE, FAN_PWM_TIMER_CHANNEL); 27 constexpr decltype(min_pulse) max_pulse = 600U;27 constexpr decltype(min_pulse) max_pulse = 450U; 28 28 constexpr uint32_t d = 20U; 29 29 -
ctrl/firmware/Main/SES/Core/Src/gui_task.cpp
r106 r107 29 29 30 30 uint32_t min_pulse = __HAL_TIM_GET_COMPARE(&htim1, TIM_CHANNEL_1); 31 constexpr decltype(min_pulse) max_pulse = 5 22U;32 constexpr uint32_t d = 100U;31 constexpr decltype(min_pulse) max_pulse = 575;//560;//555U; 32 constexpr uint32_t d = 200U; 33 33 34 34 for (auto i = min_pulse; i <= max_pulse; i++)
Note: See TracChangeset
for help on using the changeset viewer.