#define F_CPU 1000000UL #include #include #include #include void init_pwm () { // timer 1 (PWM) TCNT1 = 0; // timer count OCR1A = 0; // compare A - pwm0 OCR1B = 0; // compare B - pwm1 TCCR1A = (1<