Add fetching from wttr.in and moon display
All checks were successful
Compile / Compile (push) Successful in 1m26s
All checks were successful
Compile / Compile (push) Successful in 1m26s
This commit is contained in:
parent
e11bcdc9cd
commit
1b6f89faea
5 changed files with 344 additions and 43 deletions
|
@ -22,6 +22,8 @@ public:
|
|||
void Resync(); // Resync the timer cycle, both initially and after RTC resync
|
||||
|
||||
static void OffsetTime(tmElements_t & tm, int offsetInSeconds);
|
||||
static unsigned int GetDayOfYear(tmElements_t & tm);
|
||||
static unsigned int DaysDifference(tmElements_t & tm1, tmElements_t & tm2);
|
||||
|
||||
private:
|
||||
Rtc_Pcf8563 m_rtcPcf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue