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

inc/rtc.h

Committer:
alpov
Date:
2014-07-30
Revision:
6:c24057b64a66
Parent:
3:ede67e9b60eb

File content as of revision 6:c24057b64a66:

#ifndef _RTC_H
#define _RTC_H

extern time_t get_rtc();
extern bool set_rtc(time_t time);

#endif