Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 670 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 670 Bytes

timer

====

two new labraries for the main code:

WindowsDisplay

ProssTime

##WindowsDisplay
Build for LED windows display

###functionlity
The functions acailable in the library include
void LoadWindows(time_t); //Initialize the SD and windows
void windowpanel(softDMD , time_t , int , int); // set LED windows
bool check_Load_windows(time_t); // check windows

##ProcessTime
Build for set RTC and sync messages

###functionlity
void WritebatterybackedTZoffset(long); //
long ReadbatterybackedTZoffset();
void ProcessSyncMessage(long , time_t);
void PrintDataTime(time_t , time_t);