Files
DD3-LoRa-Bridge-MultiSender/include/rtc_ds3231.h

9 lines
186 B
C

#pragma once
#include <Arduino.h>
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);