CaryCoders
/
demo_SX1276_standalone
standalone sx1276 demo program
Fork of SX1276_GPS by
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;