InterviewSolution
Saved Bookmarks
| 1. |
What is the function of the Scheduler Library?(a) To allow queueing of functions(b) To allow for cancelling of functions(c) To allow for parallel execution of functions(d) To allow for serial initialization of functionsI have been asked this question in my homework.The doubt is from Other Libraries in division Arduino Programming of Arduino |
|
Answer» Correct choice is (c) To allow for parallel execution of FUNCTIONS |
|