summaryrefslogtreecommitdiffstats
path: root/firmware/rv3029.h
blob: e54854689ad4536f0a2f0a9807cb85d88225e314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef RV3029_H_
#define RV3029_H_

#include "util.h"
#include "datetime.h"

#include <stdint.h>


void rv3029_write_time(const struct rtc_time *time);
void rv3029_read_time(void);
void rv3029_get_time(struct rtc_time *time);

void rv3029_init(void);

#endif /* RV3029_H_ */
bues.ch cgit interface