standalone sx1276 demo program

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

datetime.h

Committer:
ftagius
Date:
2015-09-03
Revision:
34:75e4c3600d2f
Parent:
32:a2472bbe7c92

File content as of revision 34:75e4c3600d2f:

#include "rtc_api.h"

void SetDateTime
(int           year
,int           mon
,int           day
,int           hour
,int           min
,int           sec
);

void ShowDateTime();

extern struct tm Clock;