DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
rtc.cpp File Reference

DS1307/DS3231 RTC driver - implementation. See rtc.h. More...

#include "services/rtc/rtc.h"
#include "ServerConfig.h"

Go to the source code of this file.

Detailed Description

DS1307/DS3231 RTC driver - implementation. See rtc.h.

The date math is H. Hinnant's proleptic-Gregorian days<->civil algorithms, so it is exact for any date and needs no lookup tables or stdlib time functions.

Definition in file rtc.cpp.