You've already forked pico-launcher
mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-01-09 16:28:48 -08:00
6 lines
133 B
C
6 lines
133 B
C
#pragma once
|
|
#include <../../libtwl7/include/libtwl/sio/sioRtc.h>
|
|
|
|
void rtc_init();
|
|
void rtc_readDateTime(rtc_datetime_t* dateTime);
|