baileychic
Advanced Member level 3
Can you use ATTiny2313 or 4313 ? ATTinly25/10 doesn't have ICPx pin for input capture.
If you still want to use ATTiny25 then Timer0 has to be used to find the duty of the input PWM using INT0pin and then Timer1 has to be used for getting PWM output.
If you still want to use ATTiny25 then Timer0 has to be used to find the duty of the input PWM using INT0pin and then Timer1 has to be used for getting PWM output.