Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BMI160 SDFileSystem USBDevice max32630fthr
Diff: RTClock.h
- Revision:
 - 1:6b969a803e1b
 
diff -r 769c5a7b3939 -r 6b969a803e1b RTClock.h --- /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