AceTime
1.3
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
|
The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip. More...
#include <HardwareDateTime.h>
Public Member Functions | |
void | printTo (Print &printer) const |
Print HardwareDateTime to 'printer'. | |
Public Attributes | |
uint8_t | year |
uint8_t | month |
uint8_t | day |
uint8_t | hour |
uint8_t | minute |
uint8_t | second |
uint8_t | dayOfWeek |
The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip.
Definition at line 19 of file HardwareDateTime.h.