ArduinoLibs
Public Attributes
RTCAlarm Class Reference

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

#include <RTC.h>

List of all members.

Public Attributes

uint8_t hour
 Hour of the day for the alarm (0-23).
uint8_t minute
 Minute of the hour for the alarm (0-59).
uint8_t flags
 Additional flags for the alarm.

Detailed Description

Stores alarm information from a realtime clock chip.

See also:
RTCTime, RTCDate, RTC

Definition at line 42 of file RTC.h.


Member Data Documentation

Additional flags for the alarm.

The least significant bit will be 0 if the alarm is disabled or 1 if the alarm is enabled. Other bits can be used by the application for any purpose.

Definition at line 46 of file RTC.h.


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