diff --git a/nrf5/hal/hal_pwm.h b/nrf5/hal/hal_pwm.h index eb69731149..6837ad4a54 100644 --- a/nrf5/hal/hal_pwm.h +++ b/nrf5/hal/hal_pwm.h @@ -90,4 +90,8 @@ void hal_pwm_period_set(NRF_PWM_Type * p_instance, uint16_t period); void hal_pwm_duty_set(NRF_PWM_Type * p_instance, uint8_t duty); +void hal_pwm_start(NRF_PWM_Type * p_instance); + +void hal_pwm_stop(NRF_PWM_Type * p_instance); + #endif // HAL_PWM_H__