|
Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include <RTC.h>

Public Member Functions | |
| RTC () | |
| bool | tick () |
| time_t | get_time () |
| void | set_time (time_t time) |
| void | get_time (struct tm &now) |
| void | set_time (struct tm &now) |
| RTC () | |
| bool | tick () |
| time_t | get_time () |
| void | set_time (time_t time) |
| void | get_time (struct tm &now) |
| void | set_time (struct tm &now) |
Protected Attributes | |
| volatile uint16_t | m_millis |
| volatile time_t | m_time |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |