We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4877a commit 1c7c047Copy full SHA for 1c7c047
README.md
@@ -14,9 +14,10 @@ sudo make install
14
```
15
16
## Usage (overloading the timer event)
17
-Include CppTimer.h in your program and link the static library `libcpptimer.a`
18
-to your project:
+The doxygen generated online docs are here: https://berndporr.github.io/cppTimer/
19
+Include `CppTimer.h` in your program and link the static library `libcpptimer.a`
20
+to your project:
21
22
TARGET_LINK_LIBRARIES(your_project_title cpptimer rt)
23
0 commit comments