COSA
An Object-Oriented Platform for Arduino Programming
DS1307::timekeeper_t Struct Reference

#include <DS1307.hh>

Collaboration diagram for DS1307::timekeeper_t:
Collaboration graph

Public Attributes

time_t clock
 Time/Date in BCD. More...
 
control_t control
 Timekeeper control register. More...
 

Detailed Description

The Timekeeper Registers (Table 2, pp. 8).

Definition at line 96 of file DS1307.hh.

Member Data Documentation

time_t DS1307::timekeeper_t::clock

Time/Date in BCD.

Definition at line 97 of file DS1307.hh.

control_t DS1307::timekeeper_t::control

Timekeeper control register.

Definition at line 98 of file DS1307.hh.


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