ArduinoLibs
Public Attributes
RTCTime Class Reference

Stores time information from a realtime clock chip. More...

#include <RTC.h>

List of all members.

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)

Detailed Description

Stores time information from a realtime clock chip.

See also:
RTCDate, RTCAlarm, RTC

Definition at line 28 of file RTC.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator