basic lightning detector with gps and sd card logging

Dependencies:   AS3935 AdafruitGPS SDFileSystem TSI mbed ConfigFile

Revision:
8:f8830b6c6d9b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/datetime.h	Tue Jun 30 21:13:18 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