6 #ifndef ACE_TIME_HW_DATE_TIME_H
7 #define ACE_TIME_HW_DATE_TIME_H
25 void printTo(Print& printer)
const;
65 inline bool operator!=(
const HardwareDateTime& a,
const HardwareDateTime& b) {
The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip.
static const int16_t kBaseYear
Base year of the DS3231 chip.
uint8_t year
[00, 99], year - 2000
uint8_t dayOfWeek
[1, 7], interpretation undefined, increments every day
void printTo(Print &printer) const
Print HardwareDateTime to 'printer'.