SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
RTC_Alarm Class Reference

#include <SensorRTC.h>

Public Member Functions

 RTC_Alarm (void)
 
 RTC_Alarm (uint8_t hour, uint8_t minute, uint8_t second, uint8_t day, uint8_t week)
 
uint8_t getDay () const
 
uint8_t getHour () const
 
uint8_t getMinute () const
 
uint8_t getSecond () const
 
uint8_t getWeek () const
 

Detailed Description

Definition at line 191 of file SensorRTC.h.

Constructor & Destructor Documentation

◆ RTC_Alarm() [1/2]

RTC_Alarm::RTC_Alarm ( void  )
inline

Definition at line 194 of file SensorRTC.h.

◆ RTC_Alarm() [2/2]

RTC_Alarm::RTC_Alarm ( uint8_t  hour,
uint8_t  minute,
uint8_t  second,
uint8_t  day,
uint8_t  week 
)
inline

Definition at line 195 of file SensorRTC.h.

Member Function Documentation

◆ getDay()

uint8_t RTC_Alarm::getDay ( ) const
inline

Definition at line 199 of file SensorRTC.h.

Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().

◆ getHour()

uint8_t RTC_Alarm::getHour ( ) const
inline

Definition at line 200 of file SensorRTC.h.

Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().

◆ getMinute()

uint8_t RTC_Alarm::getMinute ( ) const
inline

Definition at line 201 of file SensorRTC.h.

Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().

◆ getSecond()

uint8_t RTC_Alarm::getSecond ( ) const
inline

Definition at line 202 of file SensorRTC.h.

Referenced by SensorPCF85063::setAlarm().

◆ getWeek()

uint8_t RTC_Alarm::getWeek ( ) const
inline

Definition at line 203 of file SensorRTC.h.

Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().


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