Skip to content

Commit 17eee2e

Browse files
author
dave
committed
readme files updated
1 parent caf30a2 commit 17eee2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## TaskManagerIO scheduling and event based library for Arudino and mbed
22

3-
## Summary and what's supports:
3+
Dave Cherry / TheCodersCorner.com make this library available for you to use. It takes me significant effort to keep all my libraries current and working on a wide range of boards. Please consider making at least a one off donation via the sponsor button if you find it useful. In forks, please keep text to here intact.
44

55
TaskManagerIO is an evolution of the task management class that was originally situated in IoAbstraction. It is backed by a simple queue that supports, immediate queuing, scheduled tasks, and events. It is safe to add tasks from another thread, and safe to trigger events from interrupts. However, your tasks are shielded from threads and interrupts making your code simpler.
66

@@ -106,6 +106,9 @@ Arduino Only - If you want to use the legacy interrupt marshalling support inste
106106

107107
* [TaskManagerIO documentation pages](https://www.thecoderscorner.com/products/arduino-libraries/taskmanager-io/)
108108
* [TaskManagerIO reference documentation](https://www.thecoderscorner.com/ref-docs/taskmanagerio/html)
109+
110+
There is a forum where questions can be asked, but the rules of engagement are: **this is my hobby, I make it available because it helps others**. Don't expect immediate answers, make sure you've recreated the problem in a simple sketch that you can send to me. Please consider making at least a one time donation using the sponsor link above before using the forum.
111+
109112
* [TCC Libraries community discussion forum](https://www.thecoderscorner.com/jforum/)
110113
* I also monitor the Arduino forum [https://forum.arduino.cc/], Arduino related questions can be asked there too.
111114

0 commit comments

Comments
 (0)