Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include <DS1307.h>
Public Attributes | |
bcd_t | seconds |
00-59 Seconds. More... | |
bcd_t | minutes |
00-59 Minutes. More... | |
bcd_t | hours |
00-23 Hours. More... | |
bcd_t | day |
01-07 Day. More... | |
bcd_t | date |
01-31 Date. More... | |
bcd_t | month |
01-12 Month. More... | |
bcd_t | year |
00-99 Year. More... | |