Millisecond Timer Library  v0.85
Millisecond Timer Library for use with Add a Simple Library tutorial.
mstimer.h
Go to the documentation of this file.
1 
32 #ifndef MSTIMER_H
33 #define MSTIMER_H
34 
35 #if defined(__cplusplus)
36 extern "C" {
37 #endif
38 
39 #include "simpletools.h"
40 
46 int mstime_start();
47 
51 void mstime_stop();
52 
58 int mstime_get();
59 
63 void mstime_reset();
64 
71 void mstime_set(int newTime);
72 
73 #if defined(__cplusplus)
74 }
75 #endif
76 /* __cplusplus */
77 #endif
78 /* MSTIMER_H */
79