Arduino-RTC
Real-Time Clock (RTC) library for Arduino
DS1307::rtc_t Struct Reference

#include <DS1307.h>

Collaboration diagram for DS1307::rtc_t:
Collaboration graph

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...
 

Detailed Description

The Timekeeper Clock/Calender Registers (Table 2, pp. 8).

Definition at line 190 of file DS1307.h.

Member Data Documentation

bcd_t DS1307::rtc_t::date

01-31 Date.

Definition at line 195 of file DS1307.h.

bcd_t DS1307::rtc_t::day

01-07 Day.

Definition at line 194 of file DS1307.h.

bcd_t DS1307::rtc_t::hours

00-23 Hours.

Definition at line 193 of file DS1307.h.

bcd_t DS1307::rtc_t::minutes

00-59 Minutes.

Definition at line 192 of file DS1307.h.

bcd_t DS1307::rtc_t::month

01-12 Month.

Definition at line 196 of file DS1307.h.

bcd_t DS1307::rtc_t::seconds

00-59 Seconds.

Definition at line 191 of file DS1307.h.

bcd_t DS1307::rtc_t::year

00-99 Year.

Definition at line 197 of file DS1307.h.


The documentation for this struct was generated from the following file: