RTC

Dependents:   GloboMet GloboMetereologico MPSMAX_copy

Revision:
0:86951afbcc3f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTC.h	Sat Nov 19 18:46:24 2016 +0000
@@ -0,0 +1,17 @@
+#ifndef MBED_RTC
+#define MBED_RTC_H
+
+#include "mbed.h"
+
+using namespace mbed;
+
+class RealTime
+
+{
+public:
+
+    int setdatetime(int, int , int, int, int);
+    
+};
+
+#endif
\ No newline at end of file