1.

Which library allows for manipulating the real time clock of an Arduino?(a) RTC Library(b) RT Library(c) Clock Library(d) Time LibraryThis question was addressed to me during an online exam.Origin of the question is Other Libraries in division Arduino Programming of Arduino

Answer»

Right answer is (a) RTC LIBRARY

For explanation: This library WORKS on Arduino Boards that have the SAMD Architecture, including the Arduino Zero, MKRZero, etc. It allows for manipulating the Internal Real Time Clock of the Arduino. The Real Time Clock MAINTAINS the current time related information and can also be used for scheduling programs.



Discussion

No Comment Found

Related InterviewSolutions