kopia lustrzana https://github.com/Jean-MarcHarvengt/MCUME
20 wiersze
233 B
C
20 wiersze
233 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <time.h>
|
||
|
|
||
|
#include "hardware/rtc.h"
|
||
|
#include "pico/util/datetime.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
extern time_t epochtime;
|
||
|
|
||
|
void time_init();
|
||
|
void setrtc(datetime_t *t);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|