a pacemaker

Dependencies:   mbed

clock.h

Committer:
kohlerba
Date:
2016-10-26
Revision:
2:ab8469051a2d
Parent:
1:446bd28a1f19
Child:
3:334300ac49e5

File content as of revision 2:ab8469051a2d:

#include "mbed.h"

//Starts the clock
int start_clock(void);

//A counter that updates to the current time
void count_time(void);

//Returns the clock time
double get_time(void);