Arduino-RTC
Real-Time Clock (RTC) library for Arduino
RTC.h
Go to the documentation of this file.
1 
19 #ifndef RTC_H
20 #define RTC_H
21 #include "bcd.h"
22 #if defined(AVR)
23 #include "Hardware/AVR/time.h"
24 #include "Hardware/AVR/RTC.h"
25 #elif defined(SAM)
26 #include "Hardware/SAM/RTC.h"
27 #endif
28 #endif