B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

RTClock.h

Committer:
FaizanAhmad
Date:
2018-05-08
Revision:
1:6b969a803e1b

File content as of revision 1:6b969a803e1b:

#ifndef RTCLOCK_H
#define RTCLOCK_H

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


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

#endif