You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dave Cherry / TheCodersCorner.com made 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.
9
9
@@ -132,7 +132,7 @@ Community questions can be asked in the discussions section of this repo, or usi
132
132
133
133
<ahref="https://www.buymeacoffee.com/davetcc"target="_blank"><imgsrc="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png"alt="Buy Me A Coffee"style="height: 60px!important;width: 217px!important;" ></a>
134
134
135
-
*[discussions section of the Task Manager repo](https://github.com/davetcc/TaskManagerIO/discussions)
135
+
*[discussions section of the Task Manager repo](https://github.com/TcMenu/TaskManagerIO/discussions)
136
136
*[Arduino discussion forum](https://forum.arduino.cc/) where questions can be asked, please tag me using `@davetcc`.
137
137
*[Legacy discussion forum probably to be made read only soon](https://www.thecoderscorner.com/jforum/).
138
138
@@ -150,7 +150,7 @@ Many thanks to contributors for helping us to confirm that this software runs on
150
150
151
151
## What is TaskManagerIO?
152
152
153
-
TaskManagerIO library is not a full RTOS, rather it can be used on top of FreeRTOS via ESP32 or mbed RTOS. It is a complimentary technology that can assist with certain types of work-load. It has a major advantage, that the same code runs on many platforms as listed above. It is a core building block of [IoAbstraction](https://github.com/davetcc/IoAbstraction) and [tcMenu framework](https://github.com/davetcc/IoAbstraction)
153
+
TaskManagerIO library is not a full RTOS, rather it can be used on top of FreeRTOS via ESP32 or mbed RTOS. It is a complimentary technology that can assist with certain types of work-load. It has a major advantage, that the same code runs on many platforms as listed above. It is a core building block of [IoAbstraction](https://github.com/TcMenu/IoAbstraction) and [tcMenu framework](https://github.com/TcMenu/IoAbstraction)
154
154
155
155
## Important notes around scheduling tasks and events
Copy file name to clipboardExpand all lines: library.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"description": "Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or when events are triggered. Thread safe for RTOS use.",
Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ version=1.4.3
3
3
maintainer=https://www.thecoderscorner.com
4
4
author=davetcc
5
5
category=Other
6
-
url=https://github.com/davetcc/TaskManagerIO
6
+
url=https://github.com/TcMenu/TaskManagerIO
7
7
sentence=Task manager for Arduino and mbed with marshalled interrupts, first class support for events and timed execution. Thread safe for RTOS use.
8
8
paragraph=Simple efficient task management with interrupt marshalling. Provides the ability to schedule things to be done either at certain times or on event triggers. This library can also marshall interrupts into task manager
0 commit comments