1.

How many tone() functions can be invoked to run simultaneously on an Arduino Board?(a) As many pins are present(b) Infinite number(c) Only one(d) Depending on the number of timers presentThe question was asked in exam.Enquiry is from Advanced Input Output in portion Arduino Programming of Arduino

Answer»

Correct option is (c) Only one

For explanation I WOULD say: The tone() function uses the Arduino’s built in timer to generate the square wave of the necessary FREQUENCY. So the number of tone() INVOKES a board can handle depends UPON the number of timers present on that board.



Discussion

No Comment Found

Related InterviewSolutions