AceTime
0.7
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'. More... | |
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 22 of file HardwareDateTime.h.
void ace_time::hw::HardwareDateTime::printTo | ( | Print & | printer | ) | const |
Print HardwareDateTime to 'printer'.
Definition at line 19 of file HardwareDateTime.cpp.