|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
#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 |
Definition at line 191 of file SensorRTC.h.
|
inline |
Definition at line 194 of file SensorRTC.h.
|
inline |
Definition at line 195 of file SensorRTC.h.
|
inline |
Definition at line 199 of file SensorRTC.h.
Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().
|
inline |
Definition at line 200 of file SensorRTC.h.
Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().
|
inline |
Definition at line 201 of file SensorRTC.h.
Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().
|
inline |
Definition at line 202 of file SensorRTC.h.
Referenced by SensorPCF85063::setAlarm().
|
inline |
Definition at line 203 of file SensorRTC.h.
Referenced by SensorPCF85063::setAlarm(), and SensorPCF8563::setAlarm().