TIMER FOR FUNCTION MICROS () - Development - Arduino Forum
No. The single timer is used for both PWM on two pins and the micros millis functions. Basically, the output of the timer is fed to the IO circuitry for PWM and the counters value is used for micros millis. Anyway, checking millis() andor micros() means increase duty cycle a big amount of time? I dont think it changes the duty cycle at all.
more
|