button

Dependencies:   BMI160 SDFileSystem USBDevice max32630fthr sd-driver

Fork of MPSMAX by Faizan Ahmad

RTClock.h

Committer:
FaizanAhmad
Date:
2018-05-08
Revision:
2:5767f3f6909f
Parent:
1:6b969a803e1b

File content as of revision 2:5767f3f6909f:

#ifndef RTCLOCK_H
#define RTCLOCK_H

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


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

#endif