Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Haun
firmware
a1567d590c68c15f3d14b71f0b1b1c65481956e6
a1567d590c68c15f3d14b71f0b1b1c65481956e6
Switch branch/tag
firmware
epicardium
modules
rtc.c
Find file
Normal view
History
Permalink
rtc.c
104 Bytes
Newer
Older
feat(rtc): Initial Python RTC support
schneider
committed
Jul 29, 2019
1
2
3
4
5
6
7
8
#include
"rtc.h"
#include
<stdint.h>
uint32_t
epic_rtc_get_seconds
(
void
)
{
return
RTC_GetSecond
();
}