B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

RTClock.h

Committer:
FaizanAhmad
Date:
2018-05-09
Revision:
3:bd223559f79b

File content as of revision 3:bd223559f79b:

#ifndef RTCLOCK_H
#define RTCLOCK_H

#include "mbed.h"
#include "main.h"
#include "RTC.h"

void initRTC();
void setRTCAlarm();
void printRTCTime();
void loadNextMove();

#endif