CaryCoders
/
demo_SX1276_standalone
standalone sx1276 demo program
Fork of SX1276_GPS by
Diff: datetime.h
- Revision:
- 32:a2472bbe7c92
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/datetime.h Wed Jul 29 12:14:42 2015 +0000 @@ -0,0 +1,14 @@ +#include "rtc_api.h" + +void SetDateTime +(int year +,int mon +,int day +,int hour +,int min +,int sec +); + +void ShowDateTime(); + +extern struct tm Clock; \ No newline at end of file