#pragma once #include extern void rtc_update(void); extern struct Time rtc_utctime(void); extern struct Time rtc_localtime(enum Timezone tz);