B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Revision:
1:6b969a803e1b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTClock.h	Tue May 08 13:45:29 2018 +0000
@@ -0,0 +1,13 @@
+#ifndef RTCLOCK_H
+#define RTCLOCK_H
+
+#include "mbed.h"
+#include "main.h"
+
+
+void initRTC();
+void setRTCAlarm();
+void printRTCTime();
+void loadNextMove();
+
+#endif