api-hal-pwm.h 198 B

123456
  1. #pragma once
  2. #include "main.h"
  3. #include "stdbool.h"
  4. void hal_pwm_set(float value, float freq, TIM_HandleTypeDef* tim, uint32_t channel);
  5. void hal_pwm_stop(TIM_HandleTypeDef* tim, uint32_t channel);