Question: 4. Given the following code: a. What is this function called? (2) b. What does the code do? ISR(INT1_vect) { cli(); = PINB 0xAA;
4. Given the following code: a. What is this function called? (2) b. What does the code do? ISR(INT1_vect) { cli(); = PINB 0xAA; cntZero++; sei(); }
Step by Step Solution
3.56 Rating (160 Votes )
There are 3 Steps involved in it
Answer A This function is called an Interrupt Service Routine ISR B T... View full answer
Get step-by-step solutions from verified subject matter experts
