Skip to content

Commit 7d3fea6

Browse files
committed
2 parents d006744 + c20098a commit 7d3fea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ void setup()
5454
scheduler.addTask(&blinkTask2);
5555
scheduler.addTask(&blinkTask3);
5656

57-
blinkTask3.run(millis()); // a way to run just start
57+
blinkTask3.run(millis()); // a way to run once at start
5858
}
5959

6060
void loop()
6161
{
6262
scheduler.run();
6363
}
64-
```
64+
```

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=LightTaskScheduler
2-
version=1.0.0
2+
version=1.0.1
33
author=belem2050
44
maintainer=moumouni.belem.ing@gmail.com
55
sentence=Lightweight cooperative task scheduler for Arduino.

0 commit comments

Comments
 (0)