B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Revision:
3:bd223559f79b
diff -r 769c5a7b3939 -r bd223559f79b RTClock.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTClock.h	Wed May 09 11:01:18 2018 +0000
@@ -0,0 +1,13 @@
+#ifndef RTCLOCK_H
+#define RTCLOCK_H
+
+#include "mbed.h"
+#include "main.h"
+#include "RTC.h"
+
+void initRTC();
+void setRTCAlarm();
+void printRTCTime();
+void loadNextMove();
+
+#endif