Millisecond Timer Library  v0.8
Millisecond Timer Library for use with Add a Simple Library tutorial.
mstimer.h
Go to the documentation of this file.
1 
13 #include "simpletools.h"
14 
20 int mstime_start();
21 
25 void mstime_stop();
26 
32 int mstime_get();
33 
37 void mstime_reset();
38 
45 void mstime_set(int newTime);
46