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 
15 #ifndef MSTIMER_H
16 #define MSTIMER_H
17 
18 #if defined(__cplusplus)
19 extern "C" {
20 #endif
21 
22 #include "simpletools.h"
23 
29 int mstime_start();
30 
34 void mstime_stop();
35 
41 int mstime_get();
42 
46 void mstime_reset();
47 
54 void mstime_set(int newTime);
55 
56 #if defined(__cplusplus)
57 }
58 #endif
59 /* __cplusplus */
60 #endif
61 /* MSTIMER_H */
62