standalone sx1276 demo program

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

datetime.h

Committer:
ftagius
Date:
2015-07-29
Revision:
32:a2472bbe7c92

File content as of revision 32:a2472bbe7c92:

#include "rtc_api.h"

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

void ShowDateTime();

extern struct tm Clock;