#pragma once #include bool rtc_ds3231_init(); bool rtc_ds3231_is_present(); bool rtc_ds3231_read_epoch(uint32_t &epoch_utc); bool rtc_ds3231_set_epoch(uint32_t epoch_utc);