
The Clock, an device interface for the Real Time Clock. More...
Classes | |
class | Clock |
The Clock implements the device for the real time clock, providing an interface to retrieve the current date/timeInstead of reading several CMOS registers on each call to Clock::getDateTime / Clock::getTimestamp() (which is quite expensive), the update interrupt is used to keep track of the current timestamp in a local variable. More... | |
The Clock, an device interface for the Real Time Clock.