EMIR - Ekvitermní mikroprocesorová regulace https://code.google.com/p/emir/ https://code.google.com/p/emir/wiki/DesignV3

Dependencies:   ConfigFile DS1307 OneWire SDFileSystem USBDeviceLite mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers rtc.h Source File

rtc.h

00001 #ifndef _RTC_H
00002 #define _RTC_H
00003 
00004 extern time_t get_rtc();
00005 extern bool set_rtc(time_t time);
00006 
00007 #endif