]> mj.ucw.cz Git - home-hw.git/blobdiff - protab/timer4-pwm/timer.c
Auto: Meditation mode turned off
[home-hw.git] / protab / timer4-pwm / timer.c
index 77f5b43edde7e2e2e57b4cf18cbdb8924a5d6209..4c07c09bdb365aef6c8b77c1880ffc85a6fb2f97 100644 (file)
@@ -23,7 +23,7 @@ int main(void)
        timer_update_on_overflow(TIM3);
 
        timer_set_oc_mode(TIM3, TIM_OC3, TIM_OCM_PWM1);
-       timer_set_oc_value(TIM3, TIM_OC3, 50);
+       timer_set_oc_value(TIM3, TIM_OC3, 150);
        timer_set_oc_polarity_high(TIM3, TIM_OC3);
        timer_enable_oc_output(TIM3, TIM_OC3);