diff --git a/doc/classuTimerLib-members.html b/doc/classuTimerLib-members.html
index 41cf70e..f31da26 100644
--- a/doc/classuTimerLib-members.html
+++ b/doc/classuTimerLib-members.html
@@ -70,8 +70,8 @@
clearTimer() | uTimerLib | |
setInterval_s(void(*)(), unsigned long int) | uTimerLib | |
setInterval_us(void(*)(), unsigned long int) | uTimerLib | |
- setTimeout_s(void(*)(), unsigned long int) | uTimerLib | |
- setTimeout_us(void(*)(), unsigned long int) | uTimerLib | |
+ setTimeout_s(void(*)(), unsigned long int) | uTimerLib | |
+ setTimeout_us(void(*)(), unsigned long int) | uTimerLib | |
uTimerLib() | uTimerLib | |
diff --git a/doc/classuTimerLib.html b/doc/classuTimerLib.html
index 9611062..db3fee0 100644
--- a/doc/classuTimerLib.html
+++ b/doc/classuTimerLib.html
@@ -82,12 +82,12 @@
void | setInterval_s (void(*)(), unsigned long int) |
| Attaches a callback function to be executed each s seconds. More...
|
|
-int | setTimeout_us (void(*)(), unsigned long int) |
- | Attaches a callback function to be executed once when us microseconds have passed. More...
|
- |
-int | setTimeout_s (void(*)(), unsigned long int) |
- | Attaches a callback function to be executed once when s seconds have passed. More...
|
- |
+void | setTimeout_us (void(*)(), unsigned long int) |
+ | Attaches a callback function to be executed once when us microseconds have passed. More...
|
+ |
+void | setTimeout_s (void(*)(), unsigned long int) |
+ | Attaches a callback function to be executed once when s seconds have passed. More...
|
+ |
void | clearTimer () |
| Clear timer interrupts. More...
|
|
@@ -229,14 +229,14 @@
-◆ setTimeout_s()
+
+◆ setTimeout_s()
- int uTimerLib::setTimeout_s |
+ void uTimerLib::setTimeout_s |
( |
void(*)() |
cb, |
@@ -266,14 +266,14 @@
-◆ setTimeout_us()
+
+◆ setTimeout_us()