Skip to content

Commit f763e6a

Browse files
committed
documentation update
1 parent 2b59e09 commit f763e6a

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Task Scheduler
22
### Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers
3-
#### Version 4.0.0: 2024-10-26 [Latest updates](https://github.com/arkhipenko/TaskScheduler/wiki/Latest-Updates)
3+
#### Version 4.0.0: 2025-09-21 [Latest updates](https://github.com/arkhipenko/TaskScheduler/wiki/Latest-Updates)
44

55
[![arduino-library-badge](https://www.ardu-badge.com/badge/TaskScheduler.svg?)](https://www.ardu-badge.com/TaskScheduler)
66

@@ -58,17 +58,31 @@ Scheduling overhead: between `15` and `18` microseconds per scheduling pass (Ard
5858

5959

6060

61-
**Don't just take my word for it - try it for yourself on [Wokwi](https://wokwi.com/playground/task-scheduler)**
61+
**Don't just take my word for it - try it for yourself on [Wokwi](https://wokwi.com/playground/task-scheduler)**
6262

6363

6464

6565
---
6666
![TaskScheduler process diagram](https://github.com/arkhipenko/TaskScheduler/raw/master/extras/TaskScheduler_html.png)
6767
---
68-
### Changelog is located [here.](https://github.com/arkhipenko/TaskScheduler/wiki/Changelog)
68+
### Changelog
6969

70+
Changelog is located [here.](https://github.com/arkhipenko/TaskScheduler/wiki/Changelog)
7071

71-
#### For detailed functionality overview please refer to TaskScheduler documentation in the 'extras' folder or in the [Wiki page](https://github.com/arkhipenko/TaskScheduler/wiki).
72+
73+
#### For detailed functionality overview
74+
75+
Please refer to TaskScheduler documentation in the 'extras' folder or in the [Wiki page](https://github.com/arkhipenko/TaskScheduler/wiki).
76+
77+
### Contributing
78+
79+
#### Code
80+
81+
As of version 4.0.0 TaskScheduler has a comprehensive set of compilation and unit tests. Please submit a PR with your changes and make sure that your code passes all the tests.
82+
83+
#### More unit tests
84+
85+
There is no such thing as enough testing. If you come up with another test scenario - please contribute!
7286

7387
### User Feedback:
7488

0 commit comments

Comments
 (0)