Speeduino
Loading...
Searching...
No Matches
rtc_common.h
Go to the documentation of this file.
1#ifndef RTC_H
2#define RTC_H
3
4void initRTC();
5uint8_t rtc_getSecond();
6uint8_t rtc_getMinute();
7uint8_t rtc_getHour();
8uint8_t rtc_getDay();
9uint8_t rtc_getDOW();
10uint8_t rtc_getMonth();
11uint16_t rtc_getYear();
12void rtc_setTime(byte, byte, byte, byte, byte, uint16_t);
13
14
15
16#endif
uint8_t rtc_getDOW()
uint8_t rtc_getMinute()
uint16_t rtc_getYear()
uint8_t rtc_getHour()
uint8_t rtc_getMonth()
uint8_t rtc_getSecond()
uint8_t rtc_getDay()
void rtc_setTime(byte, byte, byte, byte, byte, uint16_t)
void initRTC()