optional RTC 3231 integration
This commit is contained in:
8
include/rtc_ds3231.h
Normal file
8
include/rtc_ds3231.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user