B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RTClock.h Source File

RTClock.h

00001 #ifndef RTCLOCK_H
00002 #define RTCLOCK_H
00003 
00004 #include "mbed.h"
00005 #include "main.h"
00006 #include "RTC.h"
00007 
00008 void initRTC();
00009 void setRTCAlarm();
00010 void printRTCTime();
00011 void loadNextMove();
00012 
00013 #endif