![]() |
PropWare
3.0.0.229
C++ objects and CMake build system for Parallax Propeller
|
Tracks milliseconds elapsed in another cog. This is part of a tutorial on adding a Simple Library to the project. More...
#include "simpletools.h"
Include dependency graph for mstimer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| int | mstime_start () |
| Start the millisecond timer. More... | |
| void | mstime_stop () |
| Stop the millisecond timer and free up a cog. | |
| int | mstime_get () |
| Get milliseconds since call to start. More... | |
| void | mstime_reset () |
| Reset the millisecond time elapsed to zero. | |
| void | mstime_set (int newTime) |
| Set the millisecond timer. More... | |
Tracks milliseconds elapsed in another cog. This is part of a tutorial on adding a Simple Library to the project.
Definition in file mstimer.h.
| int mstime_get | ( | ) |
| void mstime_set | ( | int | newTime | ) |
1.8.17