ArduinoLibs
|
Stores time information from a realtime clock chip. More...
#include <RTC.h>
Public Attributes | |
uint8_t | hour |
Hour of the day (0-23) | |
uint8_t | minute |
Minute within the hour (0-59) | |
uint8_t | second |
Second within the minute (0-59) | |
Stores time information from a realtime clock chip.