We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d006744 + c20098a commit 7d3fea6Copy full SHA for 7d3fea6
README.md
@@ -54,11 +54,11 @@ void setup()
54
scheduler.addTask(&blinkTask2);
55
scheduler.addTask(&blinkTask3);
56
57
- blinkTask3.run(millis()); // a way to run just start
+ blinkTask3.run(millis()); // a way to run once at start
58
}
59
60
void loop()
61
{
62
scheduler.run();
63
64
-```
+```
library.properties
@@ -1,5 +1,5 @@
1
name=LightTaskScheduler
2
-version=1.0.0
+version=1.0.1
3
author=belem2050
4
maintainer=moumouni.belem.ing@gmail.com
5
sentence=Lightweight cooperative task scheduler for Arduino.
0 commit comments