InterviewSolution
Saved Bookmarks
| 1. |
What is the use of pin change interrupts?(a) To change pins during interrupts(b) To use more pins for interrupts(c) To disable pin usage during interrupts(d) To enable pin usage during interruptsThe question was posed to me during a job interview.The origin of the question is Interrupt Service Routine in portion Arduino Programming of Arduino |
|
Answer» Correct answer is (b) To use more pins for interrupts |
|