✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Care dintre următoarele întreruperi se vor declanșa pe toată perioada timer-ului atunci când acesta este configurat astfel:
OCR1A = 100;
OCR1B = 1000;
TCCR1A = 0;
// CTC (Clear Timer on Compare Match), prescaler 64
// (sunt bune, dar recomandăm să verificați datasheet-ul oricum)
TCCR1B = (1 << WGM12) | (1 << CS10);
TIMSK1 = (1 << OCIE1A) | (1 << OCIE1B);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!