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();
12void rtc_setTime(byte, byte, byte, byte, byte, uint16_t);
13
14
15
16#endif
static uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition bit_shifts.h:349
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()