Files
bobbycar-boardcomputer-firm…/main/time_bobbycar.h
2022-04-01 15:42:24 +02:00

15 lines
258 B
C

#pragma once
#include "sdkconfig.h"
// 3rdparty lib includes
#include <espchrono.h>
espchrono::time_zone get_default_timezone() noexcept;
void initTime();
void updateTime();
void time_set_now(espchrono::utc_clock::time_point now);
void calculate_sun();