6 #ifndef ACE_TIME_HW_DATE_TIME_H 7 #define ACE_TIME_HW_DATE_TIME_H 11 #include "../common/util.h" 22 void printTo(Print& printer)
const;
39 return a.second == b.second
40 && a.minute == b.minute
45 && a.dayOfWeek == b.dayOfWeek;
The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip...
void printTo(Print &printer) const
Print HardwareDateTime to 'printer'.