There was an error while loading. Please reload this page.
1 parent bd67347 commit a230983Copy full SHA for a230983
1 file changed
bsp/novosns/ns800/ns800rt7p65-nssinepad/board/port/ds1307.h
@@ -0,0 +1,13 @@
1
+/* Copyright (c) 2006-2026, RT-Thread Development Team */
2
+
3
+#ifndef __DS1307_H__
4
+#define __DS1307_H__
5
6
+#include <rtthread.h>
7
+#include <time.h>
8
9
+rt_err_t ds1307_init(void);
10
+rt_err_t ds1307_get_time(struct tm *time);
11
+rt_err_t ds1307_set_time(struct tm *time);
12
13
+#endif
0 commit comments