Speeduino
Loading...
Searching...
No Matches
speeduino
rtc_common.h
Go to the documentation of this file.
1
#ifndef RTC_H
2
#define RTC_H
3
4
void
initRTC
();
5
uint8_t
rtc_getSecond
();
6
uint8_t
rtc_getMinute
();
7
uint8_t
rtc_getHour
();
8
uint8_t
rtc_getDay
();
9
uint8_t
rtc_getDOW
();
10
uint8_t
rtc_getMonth
();
11
uint16_t
rtc_getYear
();
12
void
rtc_setTime
(
byte
,
byte
,
byte
,
byte
,
byte
,
uint16_t
);
13
14
15
16
#endif
rshift
static uint32_t rshift(uint32_t a)
Bitwise right shift - generic, unoptimized, case.
Definition
bit_shifts.h:349
rtc_getDOW
uint8_t rtc_getDOW()
rtc_getMinute
uint8_t rtc_getMinute()
rtc_getYear
uint16_t rtc_getYear()
rtc_getHour
uint8_t rtc_getHour()
rtc_getMonth
uint8_t rtc_getMonth()
rtc_getSecond
uint8_t rtc_getSecond()
rtc_getDay
uint8_t rtc_getDay()
rtc_setTime
void rtc_setTime(byte, byte, byte, byte, byte, uint16_t)
initRTC
void initRTC()
Generated by
1.9.8